/*!
Theme Name: Sherm
Theme URI: http://underscores.me/
Author: Rishabh Software
Author URI: https://www.rishabhsoft.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sherm
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Sherm is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

/*p {
	margin-bottom: 1.5em;
}*/

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  /*margin: 0 0 1.5em 3em;*/
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #13a75d;
}

a:visited {
  color: #13a75d;
}

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

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

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

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

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

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/* Custom css 
--------------------------------------------- */
.whatissherm p {
  margin: 10px 0px 0px 0px;
}
.whatissherm .first p:first-of-type {
  margin-top: 0px !important;
}
.feature-template p {
  line-height: 28px !important;
}
.module_left_container p,
.pricing_sec p,
.general_content p {
  margin: 10px 0px 0px 0px;
}
.module_left_container ul {
  padding-top: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.module_left_container ul li:not(:first-child),
.general_content ul li {
  margin-top: 10px;
}
.module_left_container .first p:first-of-type {
  margin-top: 0px !important;
}
.main_nav li ul.sub-menu {
  padding-bottom: 15px !important;
}

ul.elementor-icon-list-items li a {
  display: inline !important;
}
.e-hosted-video:hover {
  background: red !important;
}
.sidebar .relatedmod a {
  font-weight: 400;
}
/*.video_container {background: #012D36 !important; opacity: 0.5 !important; z-index: 9999 !important;}*/
.elementor-widget-video .elementor-custom-embed-image-overlay:hover::before {
  content: "";
  position: absolute;
  background-color: rgba(19, 167, 93, 0.4);
  display: block;
  z-index: 9999;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.page_container {
  width: 1140px;
  padding: 50px 0px 50px 0px;
  margin: 0 auto;
}
.sherm_modules h4 {
  font-size: 16px !important;
  line-height: 22px !important;
}
.sherm_modules .elementor-element {
  gap: 15px !important;
}

@media screen and (max-width: 1299px) {
  .sherm_modules h4,
  .sherm_modules p {
    font-size: 14px !important;
    line-height: 20px !important;
  }
  .sherm_modules p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

/* Contact Page 
--------------------------------------------- */
.full-width-form {
  max-width: 100%;
  width: 100%;
  margin: 0;
}
.full-width-form .full-width-field {
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 5px;
  background: #f2f5f6;
  color: #00353d;
}
.full-width-form .full-width-submit {
  border-radius: 12px !important;
  border: 0.25px solid #8c8c8f !important;
  background: #202126;
}
.full-width-form label {
  color: #00353d;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.full-width-form textarea {
  height: 120px;
}
.full-width-form .half-width {
  width: 100%;
  float: left;
  margin-right: 4%;
  box-sizing: border-box;
}
.full-width-form .full-width {
  width: 100%;
  float: left;
}
.full-width-form .form-row:after {
  content: "";
  display: table;
  clear: both;
}
.full-width-form p {
  margin-bottom: 0px;
}

/* watch video Page
--------------------------------------------- */

#subscription-content {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
#subscription-content h3 {
  font-weight: 500;
  margin: 0;
  text-align: center;
}
.watch-btn {
  padding: 10px 20px;
  margin-top: 10px;
  border: none;
  background: #0073aa;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
}
#promo-video {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 10px;
}
#cf7-form-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px;
  border-radius: 10px;
}

#cf7-form-container .wpcf7 {
   max-width: 730px;
  margin: 0 auto;
}

#video-container a,
#video-container a:visited {
  color: #fff;
  text-decoration: none !important;
}
.video_btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 50px 0 0 0;
}
.video_btn .watch_btn {
  font-size: 20px;
  padding: 10px 30px;
}

/* Pricing Page
--------------------------------------------- */
.pricing_container {
  max-width: 800px;
  margin: 0 auto;
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.pricing_container .form-group {
  margin-bottom: 20px;
}
.pricing_container label {
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
  color: #00353d;
}
.pricing_container select {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  margin-bottom: 10px;
}
.pricing_container .pricing-display {
  margin-top: 20px;
  padding: 20px;
  background-color: rgb(139, 242, 190);
  border-radius: 5px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  display: none;
}

/* Subcription form page
--------------------------------------------- */

.subscription_form {
  margin: auto;
  padding: 16px;
  border-radius: 8px;
}
.subscription_form .form_row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 20px;
}
.subscription_form .form_field {
  flex: 1;
  min-width: calc(50% - 16px);
  display: flex;
  flex-direction: column;
}
.subscription_form .form_field label {
  margin-bottom: 0px;
  font-size: 16px;
}
.subscription_form .form_field input,
.subscription_form .form_field select,
.subscription_form .form_field textarea {
  padding: 8px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
  height: 40px;
}
.subscription_form .form_field textarea {
  height: auto;
  resize: vertical;
}
.subscription_form .form_field_full {
  width: 100%;
}
.subscription_form .form_row.radio_row {
  align-items: center;
}
.subscription_form .radio_buttons {
  display: flex;
  align-items: center;
  gap: 8px;
}
.subscription_form .form_row button {
  padding: 12px 30px;
  border: none;
  border-radius: 4px;
  background-color: #28a745;
  color: white;
  font-size: 18px;
  cursor: pointer;
  font-weight: 500;
  width: 30%;
  margin: 50px auto 0px auto;
}
.subscription_form .form_row button:hover {
  background-color: #218838;
}
.form_checkbox_field {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.subscription_form .error-message {
  color: red;
  padding: 0px;
  margin: 0px;
  font-size: 16px;
}
.subscription_form .pricing-display {
  margin-top: 20px;
  padding: 10px;
  background-color: rgb(139, 242, 190);
  border-radius: 5px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  display: block;
  width: 49%;
  display: none;
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9); /* Semi-transparent white */
  z-index: 9999; /* High z-index to cover everything */
  display: flex;
  justify-content: center;
  align-items: center;
}

#loader img {
  /* Apply the zoom-in and zoom-out animation */
  animation: zoominoutsinglefeatured 1s infinite;
  width: 100%;
  height: auto;
}

@keyframes zoominoutsinglefeatured {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Banner 
--------------------------------------------- */
@font-face {
  font-family: "Futura Cyrillic Light";
  src: url("font/FuturaCyrillicLight.ttf") format("truetype");
}
@font-face {
  font-family: "Futura Cyrillic Medium";
  src: url("font/FuturaCyrillicMedium.ttf") format("truetype");
}
@font-face {
  font-family: "Futura Cyrillic Bold";
  src: url("font/FuturaCyrillicBold.ttf") format("truetype");
}
@font-face {
  font-family: "Futura Cyrillic Book";
  src: url("font/FuturaCyrillicBook.ttf") format("truetype");
}
@font-face {
  font-family: "Futura Cyrillic Demi";
  src: url("font/FuturaCyrillicDemi.ttf") format("truetype");
}
@font-face {
  font-family: "Futura Cyrillic Extra Bold";
  src: url("font/FuturaCyrillicExtraBold.ttf") format("truetype");
}
@font-face {
  font-family: "Futura Cyrillic Heavy";
  src: url("font/FuturaCyrillicHeavy.ttf") format("truetype");
}
@font-face {
  font-family: "NimbuSanTBolCon";
  src: url("font/NimbusSansT-BoldCondensed.otf") format("opentype");
}
/* .top_banner {
  background-position: 30% 100% !important;
  background-size: cover !important;
  position: relative;
}
.top_banner::after {
  content: "";
  width: 100%;
  max-width: 950px;
  height: 3px;
  background-image: url(images/blueline.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 19.5%;
  top: 46%;
  transform: translateY(-54%);
}
.home_banner.top_banner::after {
  display: none;
}
.image_left_container {
  width: 46% !important;
}
.right_text_container {
  width: 54% !important;
}
.right_text_container h2.elementor-heading-title {
  font-family: "Futura Cyrillic Heavy";
  font-size: 56px;
  line-height: 64px;
  letter-spacing: 2px;
  margin-bottom: 36px;
  margin-top: 56px;
}
.right_text_container h1.elementor-heading-title {
  font-family: "Futura Cyrillic Heavy";
  font-size: 92px;
  line-height: 76px;
  letter-spacing: 2px;
  margin-bottom: 12px;
}
.home_banner .right_text_container h2.elementor-heading-title {
  margin-bottom: 0px;
  margin-top: 0px;
}
.right_text_container p.elementor-heading-title {
  font-family: "Futura Cyrillic Medium" !important;
  font-size: 28px;
  line-height: 40px;
  letter-spacing: 2px;
}
.home_banner .home_banner_btns {
  margin-top: 24px;
}
.right_text_container .single_heading h1.elementor-heading-title {
  margin-bottom: 88px;
} */
.main_nav .elementor-item {
  fill: #fff !important;
}
/* .elementor-widget-button {
  position: relative;
  z-index: 9;
}
.elementor-button {
  background: linear-gradient(180deg, #0f8755, #1ca148) !important;
  border: 0px !important;
  border-radius: 16px !important;
  font-size: 28px !important;
  line-height: 27px !important;
  font-family: "NimbuSanTBolCon" !important;
  position: relative;
  padding: 8px 32px !important;
}
.elementor-button::before {
  content: "";
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  display: block;
  background: linear-gradient(180deg, #19a248, #126232) !important;
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  margin: auto;
  border-radius: 20px !important;
  z-index: -1;
}
.subscription_form .form_row .elementor-button {
  width: auto;
  margin-left: 0;
}
.elementor-button p {
  margin: 0;
  width: min-content;
}
.elementor-button p .full-width-submit {
  background: transparent !important;
  border: 0px !important;
  font-size: 28px !important;
  line-height: 27px !important;
  font-family: "NimbuSanTBolCon" !important;
  margin: -8px -32px;
  padding: 8px 32px !important;
}
.elementor-button p .wpcf7-spinner {
  display: none;
}
.mt-3 {
  margin-top: 16px;
} */

/* @media screen and (max-width: 1680px) {
  .top_banner {
    min-height: 516px !important;
    background-position: 50% 50% !important;
  }
  .image_left_container {
    width: 40% !important;
  }
  .right_text_container {
    width: 60% !important;
  }
  .right_text_container h2.elementor-heading-title {
    font-size: 48px;
    line-height: 56px;
    margin-top: 52px;
  }
  .right_text_container h1.elementor-heading-title {
    font-size: 80px;
    line-height: 64px;
  }
  .top_banner::after {
    max-width: 780px;
    left: 17.5%;
  }
  .right_text_container .single_heading h1.elementor-heading-title {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1480px) {
  .top_banner {
    min-height: 440px !important;
  }
  .right_text_container h2.elementor-heading-title {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 24px;
  }
  .right_text_container h1.elementor-heading-title {
    font-size: 68px;
    line-height: 56px;
    margin-bottom: 8px;
  }
  .right_text_container p.elementor-heading-title {
    font-size: 24px;
    line-height: 32px;
  }
  .top_banner::after {
    max-width: 700px;
    left: 16.5%;
  }
  .right_text_container .single_heading h1.elementor-heading-title {
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 1299px) {
  .top_banner {
    min-height: 400px !important;
  }
  .right_text_container h2.elementor-heading-title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 20px;
    margin-top: 44px;
  }
  .right_text_container h1.elementor-heading-title {
    font-size: 52px;
    line-height: 44px;
  }
  .right_text_container p.elementor-heading-title {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 2px;
  }
  .top_banner::after {
    max-width: 630px;
  }
  .right_text_container .single_heading h1.elementor-heading-title {
    margin-bottom: 48px;
  }
} */
.elementor-button.btn_img {
  background: transparent !important;
  padding: 0 !important;
  border-radius: 0px !important;
}
.elementor-button.btn_img::before {
  display: none;
}
.elementor-button.btn_img p .full-width-submit {
  margin: 0px !important;
  background: url(https://sherm.com.au/stage/wp-content/themes/sherm/images/Button_Submit.png) !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: left;
  width: 138px;
  border: 0 !important;
  text-indent: -9999px;
  height: 57px;
  cursor: pointer;
}

.modules_intro_video {
border-image: linear-gradient(90deg, #43D48E, #2F9D63, #216242) 1 !important;
}
.module_intro_sec .modules_intro_video p {margin: 0px !important;}
.module_intro_sec .modules_intro_video a{color: #13a75d !important;}


@media screen and (max-width: 1680px) {
  .btn_img img {
    width: auto;
  }
  .btn_img img,
  .elementor-button.btn_img p .full-width-submit {
    height: 49.48px !important;
    object-fit: contain;
  }
  .btn_img.center,
  .sherm_modules .btn_img {
    object-position: center;
  }
  .elementor-button.btn_img p .full-width-submit {
    width: 119px;
  }
}
@media screen and (max-width: 1600px) {
  .btn_img img,
  .elementor-button.btn_img p .full-width-submit {
    height: 46.78px !important;
  }
  .elementor-button.btn_img p .full-width-submit {
    width: 111px;
  }
}
@media screen and (max-width: 1440px) {
  .btn_img img,
  .elementor-button.btn_img p .full-width-submit {
    height: 41.41px !important;
  }
  .elementor-button.btn_img p .full-width-submit {
    width: 99px;
  }
}
@media screen and (max-width: 1400px) {
  .btn_img img,
  .elementor-button.btn_img p .full-width-submit {
    height: 40.06px !important;
  }
  .elementor-button.btn_img p .full-width-submit {
    width: 97px;
  }
}
@media screen and (max-width: 1366px) {
  .btn_img img,
  .elementor-button.btn_img p .full-width-submit {
    height: 38.91px !important;
  }
  .elementor-button.btn_img p .full-width-submit {
    width: 94px;
  }
}
@media screen and (max-width: 1360px) {
  .btn_img img,
  .elementor-button.btn_img p .full-width-submit {
    height: 38.7px !important;
  }
  .elementor-button.btn_img p .full-width-submit {
    width: 92px;
  }
}
@media screen and (max-width: 1280px) {
  .btn_img img,
  .elementor-button.btn_img p .full-width-submit {
    height: 45.14px !important;
  }
  .elementor-button.btn_img p .full-width-submit {
    width: 109px;
  }
}
@media screen and (max-width: 1152px) {
  .btn_img img,
  .elementor-button.btn_img p .full-width-submit {
    height: 39.86px !important;
  }
  .elementor-button.btn_img p .full-width-submit {
    width: 97px;
  }
}
@media screen and (max-width: 1024px) {
  .btn_img img,
  .elementor-button.btn_img p .full-width-submit {
    height: 39.27px !important;
  }
}
@media screen and (max-width: 991px) {
  .btn_img img,
  .elementor-button.btn_img p .full-width-submit {
    height: 37.75px !important;
  }
  .elementor-button.btn_img p .full-width-submit {
    width: 92px;
  }
}
@media screen and (max-width: 915px) {
  .btn_img img,
  .elementor-button.btn_img p .full-width-submit {
    height: 34.23px !important;
  }
  .elementor-button.btn_img p .full-width-submit {
    width: 85px;
  }
}
@media screen and (max-width: 820px) {
  .btn_img img,
  .elementor-button.btn_img p .full-width-submit {
    height: 29.84px !important;
  }
  .elementor-button.btn_img p .full-width-submit {
    width: 73px;
  }
}
@media screen and (max-width: 800px) {
  .btn_img img,
  .elementor-button.btn_img p .full-width-submit {
    height: 28.92px !important;
  }
  .elementor-button.btn_img p .full-width-submit {
    width: 70px;
  }
}
@media screen and (max-width: 768px) {
  .btn_img img,
  .elementor-button.btn_img p .full-width-submit {
    height: 27.44px !important;
  }
  .btn_img img,
  .elementor-button.btn_img p .full-width-submit.mb_center {
    object-position: center;
  }
  .elementor-button.btn_img p .full-width-submit {
    width: 68px;
  }
}
@media screen and (max-width: 767px) {
  .footer_sec .btn_img {
    text-align: center !important;
  }
}
@media screen and (max-width: 575px) {
  .btn_img img,
  .elementor-button.btn_img p .full-width-submit {
    height: 40.44px !important;
  }
  .elementor-button.btn_img p .full-width-submit {
    width: 97px;
  }
}
@media screen and (max-width: 540px) {
  .btn_img img,
  .elementor-button.btn_img p .full-width-submit {
    height: 37.5px !important;
  }
  .elementor-button.btn_img p .full-width-submit {
    width: 90px;
  }
}
@media screen and (max-width: 430px) {
  .btn_img img,
  .elementor-button.btn_img p .full-width-submit {
    height: 28.25px !important;
  }
  .elementor-button.btn_img p .full-width-submit {
    width: 68px;
  }
}
@media screen and (max-width: 414px) {
  .btn_img img,
  .elementor-button.btn_img p .full-width-submit {
    height: 26.91px !important;
  }
  .elementor-button.btn_img p .full-width-submit {
    width: 65px;
  }
}
@media screen and (max-width: 390px) {
  .btn_img img,
  .elementor-button.btn_img p .full-width-submit {
    height: 24.89px !important;
  }
  .elementor-button.btn_img p .full-width-submit {
    width: 61px;
  }
}
@media screen and (max-width: 375px) {
  .btn_img img,
  .elementor-button.btn_img p .full-width-submit {
    height: 23.63px !important;
  }
  .elementor-button.btn_img p .full-width-submit {
    width: 56px;
  }
}
@media screen and (max-width: 360px) {
  .btn_img img,
  .elementor-button.btn_img p .full-width-submit {
    height: 22.38px !important;
  }
}
/* @media screen and (max-width: 1199px) {
  .top_banner {
    min-height: 340px !important;
  }
  .right_text_container h2.elementor-heading-title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 8px;
  }
  .right_text_container h1.elementor-heading-title {
    font-size: 40px;
    line-height: 36px;
    margin-bottom: 0px;
  }
  .top_banner::after {
    max-width: 580px;
  }
  .right_text_container .single_heading h1.elementor-heading-title {
    margin-bottom: 40px;
  }
  .elementor-button {
    font-size: 20px !important;
    line-height: 20px !important;
    padding: 6px 24px !important;
    border-radius: 12px !important;
  }
  .elementor-button p .full-width-submit {
    font-size: 20px !important;
    line-height: 20px !important;
    margin: -6px -24px;
    padding: 6px 24px !important;
    border-radius: 16px !important;
  }
} */

/* @media screen and (max-width: 1024px) {
  .top_banner {
    min-height: 320px !important;
  }
  .right_text_container h2.elementor-heading-title {
    margin-top: 36px;
    margin-bottom: 0px;
  }
  .right_text_container h1.elementor-heading-title {
    font-size: 36px;
    line-height: 32px;
  }
  .right_text_container p.elementor-heading-title {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1px;
  }
  .top_banner::after {
    max-width: 500px;
  }
  .right_text_container .single_heading h1.elementor-heading-title {
    margin-bottom: 28px;
  }
  .custom-buttons-container .custom-button img {
    width: 70%;
  }
}

@media screen and (max-width: 850px) {
  .top_banner {
    min-height: 300px !important;
  }
  .top_banner::after {
    max-width: 400px;
  }
} */

/* @media screen and (max-width: 767px) {
  .top_banner {
    min-height: 430px !important;
    justify-content: start !important;
    background-position: left !important;
    padding: 30px 12px 32px !important;
  }
  .image_left_container,
  .top_banner::after {
    display: none !important;
  }
  .right_text_container {
    width: 100% !important;
  }
  .right_text_container h2.elementor-heading-title {
    font-size: 32px;
    line-height: 40px;
    margin-top: 0;
    margin-bottom: 80px;
  }
  .right_text_container h1.elementor-heading-title {
    font-size: 56px;
    line-height: 52px;
    margin-bottom: 24px;
  }
  .home_banner .home_banner_btns {
    margin-top: 0;
  }
  .right_text_container .single_heading h1.elementor-heading-title {
    margin-bottom: 72px;
  }
}

@media screen and (max-width: 575px) {
  .top_banner {
    min-height: 360px !important;
  }
  .right_text_container h2.elementor-heading-title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 56px;
  }
  .right_text_container h1.elementor-heading-title {
    font-size: 48px;
    line-height: 44px;
    margin-bottom: 0px;
  }
  .right_text_container .single_heading h1.elementor-heading-title {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 500px) {
  .top_banner {
    min-height: 314px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .right_text_container h2.elementor-heading-title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 48px;
  }
  .right_text_container h1.elementor-heading-title {
    font-size: 36px;
    line-height: 36px;
    margin-top: 12px;
  }
  .right_text_container p.elementor-heading-title {
    font-size: 14px;
    line-height: 18px;
  }
  .right_text_container p.elementor-heading-title br {
    display: none;
  }
  .home_banner .home_banner_btns .e-con-inner {
    column-gap: 32px !important;
  }
  .right_text_container .single_heading h1.elementor-heading-title {
    margin-bottom: 28px;
    margin-top: 0px !important;
  }
}
@media screen and (max-width: 425px) {
  .top_banner {
    min-height: 267px !important;
  }
  .right_text_container h2.elementor-heading-title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 32px;
  }
  .right_text_container h1.elementor-heading-title {
    font-size: 28px;
    line-height: 28px;
    margin-top: 24px;
  }
  .right_text_container .single_heading h1.elementor-heading-title {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 350px) {
  .right_text_container h2.elementor-heading-title {
    margin-bottom: 34px;
  }
  .right_text_container h1.elementor-heading-title {
    font-size: 24px;
    line-height: 24px;
    margin-top: 12px;
  }
} */

/* New Banner 
--------------------------------------------- */
.top_new_banner .mob_image {
  display: none;
}
.top_new_banner img {
  width: 100%;
}
.top_new_banner_btn {
  position: absolute !important;
  bottom: 3.5%;
  left: 0;
  right: 0;
  margin: auto;
}
.top_new_banner_btn .left_container {
  width: 45% !important;
}
.top_new_banner_btn .right_container {
  width: 55% !important;
}
.top_new_banner_btn .elementor-widget-shortcode {
  width: 18.913%;
}
/*.top_new_banner_btn .elementor-widget-shortcode .custom-button {
  width: 100%;
}*/
.home_page_banner .top_new_banner_btn .elementor-widget-shortcode {
  width: 40.812%;
}
@media only screen and (min-width: 2400px) {
  .top_new_banner_btn {
    bottom: 5%;
  }
}
@media only screen and (max-width: 1680px) {
  .top_new_banner_btn .elementor-widget-shortcode {
    width: 18.7%;
  }
}
@media only screen and (max-width: 1600px) {
  .top_new_banner_btn .elementor-widget-shortcode {
    width: 18.605%;
  }
}
@media only screen and (max-width: 1366px) {
  .top_new_banner_btn .elementor-widget-shortcode {
    width: 18.29%;
  }
}
@media only screen and (max-width: 1280px) {
  .top_new_banner_btn {
    bottom: 0.5%;
  }
  .top_new_banner_btn .elementor-widget-shortcode {
    width: 22.73%;
  }
  .home_page_banner .top_new_banner_btn .elementor-widget-shortcode {
    width: 50%;
  }
}
@media only screen and (max-width: 1152px) {
  .top_new_banner_btn .elementor-widget-shortcode {
    width: 22.46%;
  }
}
@media only screen and (max-width: 1024px) {
  .top_new_banner_btn .elementor-widget-shortcode .custom-button img {
    width: 100%;
  }
  .top_new_banner_btn {
    bottom: 0;
  }
  .top_new_banner_btn .elementor-widget-shortcode {
    width: 25.12%;
  }
  .home_page_banner .top_new_banner_btn .elementor-widget-shortcode {
    width: 56%;
  }
}
@media only screen and (max-width: 820px) {
  .top_new_banner_btn .elementor-widget-shortcode {
    width: 24.32%;
  }
}
@media only screen and (max-width: 800px) {
  .top_new_banner_btn .elementor-widget-shortcode {
    width: 24.22%;
  }
}
@media only screen and (max-width: 767px) {
  .top_new_banner .mob_image {
    display: block;
  }
  .top_new_banner .web_img {
    display: none;
  }
  .top_new_banner_btn .left_container {
    display: none;
  }
  .top_new_banner_btn .right_container {
    width: 100% !important;
  }
  .home_page_banner .top_new_banner_btn {
    bottom: -3px;
  }
}
@media only screen and (max-width: 575px) {
  .top_new_banner_btn .elementor-widget-shortcode {
    width: 25.2%;
  }
  .top_new_banner_btn {
    bottom: 0%;
    padding-top: 0 !important;
    padding-bottom: 0px !important;
  }
  .home_page_banner .top_new_banner_btn {
    bottom: 5px;
  }
}
@media only screen and (max-width: 430px) {
  .top_new_banner_btn .elementor-widget-shortcode {
    width: 24.15%;
  }
}
@media only screen and (max-width: 414px) {
  .top_new_banner_btn .elementor-widget-shortcode {
    width: 23.99%;
  }
}
@media only screen and (max-width: 390px) {
  .top_new_banner_btn .elementor-widget-shortcode {
    width: 23.13%;
  }
}

@media only screen and (max-width: 767px) {
  .footer_sec ul li a {
    justify-content: center !important;
  }

  /*body h1 {font-size: 32px !important; line-height: 40px !important;}*/
}

@media only screen and (max-width: 600px) {
  .full-width-form .half-width {
    width: 100%;
  }

  .price_container .cell {
    font-size: 15px;
    padding: 5px;
  }

  .subscription_form .form_field {
    min-width: 100%;
  }
}
@supports (-webkit-hyphens: none) and (not (-moz-appearance: none)) {
  .elementor-nav-menu--layout-horizontal .elementor-nav-menu{
    flex-wrap: nowrap !important;
  }
	.elementor-217 .elementor-element.elementor-element-3331bd1 .elementor-button
	{
		padding: 11px 23px 11px 23px !important;
	}
}