/*!
Theme Name: Jumpsix Marketing
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: jumpsix-marketing
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 with others.

Jumpsix Marketing is based on Underscores http://underscores.me/, (C) 2012-2016 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 http://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
@media screen and (min-width: 959px) {
	#site-navigation .ubermenu-responsive-toggle {
    	display: none;
	}
}
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	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;
	font-size: 15px;
	font-size: 0.9375rem;
	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;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

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: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# 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);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .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%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	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 {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	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: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	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;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* 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;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}





.banner-overlap-text {
    max-width: 440px;
    width: 100%;
}
.text-banner p {
    margin: 0px;
}

.detail-page-content-section p, .detail-page-content-section ul li, .detail-page-content-section ol li, .detail-page-content-section span, .detail-page-content-section .elementor-text-editor{
    margin: 10px 0px;
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    font-family: 'Roboto';
    color: #383838;
}
.detail-page-content-section ul, .detail-page-content-section ol{
	margin: 0px; padding: 0px 0px 0px 15px; box-sizing: border-box;
}
.detail-page-content-section ul li {
    margin: 0px 0px !important;
}
.detail-page-content-section h3 {
    margin: 0px;
    /*text-align: center;*/
    font-size: 24px;
    font-family: 'Roboto';
    color: #334d5e;
    padding: 15px 0px;
}
.detail-page-content-section h4 {
    margin: 0px;
    padding: 15px 0px;
    /*padding-left: 50px;*/
    box-sizing: border-box;
    font-size: 16px;
    line-height: 28px;
    font-weight: bold;
    color: #e0641d;
    font-family: 'Roboto';
        /*text-align: center;*/
}
.detail-page-content-section br {
    display: none;
}
.subscribe-form-add span {
    width: 100% !important;
    padding: 0px !important;
}
.subscribe-form-add input {
    width: 100% !important;
    border-radius: 0;
    background: #e6e7e9;
    border: none;
    font-size: 12px !important;
    font-family: 'Roboto' !important;
    line-height: normal;
    height: auto;
    padding: 15px 15px !important;
    color: #000;
    outline: none;
        margin: 8px 0px !important;
}
.subscribe-form-add .gform_wrapper .field_description_below .gfield_description {
    background: none;
    border: none !important;
    padding: 5px 0px;
    font-family: 'Roboto';
    font-weight: 400;
        color: red;
    font-size: 14px;
}
.subscribe-form-add .gf_browser_chrome.gform_wrapper li {
    margin: 0px;
    padding: 0px;
    border: none;
    background: none;
}
.subscribe-form-add .gform_wrapper div.validation_error {
    border: none;
    font-family: 'Roboto';
    font-weight: 400;
    text-align: left;
    padding: 0px;
    margin: 0px;
        color: red;
    font-size: 14px;
}
.detail-page-content-section .elementor-column-wrap.elementor-element-populated,
.form-bottom-block .elementor-column-wrap.elementor-element-populated{
    padding: 0px !important;
}
.form-bottom-block .elementor-container.elementor-column-gap-default {
    border-top: solid 2px #eee;
    border-bottom: solid 2px #eee;
    padding: 20px 0px;
    margin-bottom: 10px;
}
.tag-section {
    margin-bottom: 15px;
}
.detail-page-content-section p img {
    float: right;
    padding-left: 20px;
    box-sizing: border-box;
}
.subscribe-form-add .gf_browser_chrome.gform_wrapper{
    margin: 0px;
}
.subscribe-form-add .gf_browser_chrome.gform_wrapper li li {
    margin: 0px;
    padding: 0px;
}
.subscribe-form-add .gf_browser_chrome.gform_wrapper li .ginput_complex.ginput_container {
    margin: 0px;
    width: 100%;
}
.subscribe-form-add input[type=submit]{
    max-width: 200px;
    margin: 0px;
    background: #5d8197;
    color: #fff;
    float: none;
    font-size: 16px !important;
}
.subscribe-form-add input[type=submit]:hover{
	background: #383838;
}

.subscribe-form-add .gform_footer.top_label {
    margin: 0px;
    text-align: center;
    padding: 0px;
}

.elementor-widget-theme-post-title h1.elementor-heading-title {
    font-size: 35px !important;
    line-height: 46px;
    font-weight: bold;
    color: #5d8197 !important;
    width: 90%;
}
body .gform_wrapper .top_label div.ginput_container {
    margin-top: 0;
}
.bottom-left-side-text p {
    margin: 10px 0px;
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    font-family: 'Roboto';
    color: #383838;
}
/*.detail-page-content-section p:last-child {
    text-align: center;
}*/
.subscribe-form-add .gform_wrapper .top_label .gfield_label, .subscribe-form-add .gform_wrapper legend.gfield_label{
	display: none;
}
.bottom-left-side-text .elementor-widget-heading {
    margin: 0px !important;
}
.subscribe-form-add.banner-form {
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
}
.detail-page-content-section .elementor-container,
.form-bottom-block .elementor-container,
.tag-section-main .elementor-container{
    max-width: 845px !important;
    margin: auto;
}
.tag-section .tagcloud {
    width: calc(100% - 35px);
}
.right-part-form .elementor-column-wrap.elementor-element-populated {
    padding-left: 100px !important;
}
.social-icon {
    margin: 0px !important;
    position: absolute !important;
    left: -150px;
    top: 0;
}


.filter-part-section .pd_pcf_content .pd_pcf_readmore_link, .pd_pcf_loadmore_btn,
.filter-part-section .pd-pcf-filter-button-group .pd-pcf-filter-btn{
    background: none;
    border: none !important;
    margin: 0px;
}
.filter-part-section .pd_pcf_content{padding: 15px 15px 15px 15px !important;}

.filter-part-section .pd_pcf_thumbnail img {
    box-shadow: none;
    width: 100%;
    height: auto;
}
.filter-part-section .pd_pcf_single_item p {
    margin: 0px;
}
#wbel
.filter-part-section .pd_pcf_thumbnail {
    max-height: 200px;
    overflow: hidden;
}
.filter-part-section .pd_pcf_tags {
    font-family: 'Roboto';
    font-size: 12px;
    line-height: normal;
    text-transform: capitalize;
    font-weight: 500;
    padding: 15px 10px;
}
.filter-part-section .wbel-pd-pcf-category-container.pd-pcf-filter-button-group {
    max-width: 810px;
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
}

.filter-part-section .pd_pcf_single_item {
    box-shadow: 0px 5px 4px 0px #d9d9d9 !important;
    background: #fff;
}

.tag-section .tagcloud a {
    font-size: 12px !important;
    color: #95a44f !important;
}
.tag-section h5 {
    display: inline-block;
    width: auto;
    margin: 0px;
}

.tag-section .tagcloud {
    float: right;
}
.right-part-form .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0;
}
.right-part-form .gform_confirmation_message {
    color: green !important;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    text-transform: capitalize;
}


.social-icon .st-btn {
    display: block !important;
    width: 100%;
    clear: both;
    max-width: 40px;
    background-color: inherit !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 25px;
    width: 40px;
    height: 40px;
}
.social-icon .st-btn[data-network='facebook']{
	background-image: url(images/facebook.svg);
}
.social-icon .st-btn[data-network='twitter']{
	background-image: url(images/twitter.svg);
}
.social-icon .st-btn[data-network='linkedin']{
	background-image: url(images/linkedin.svg);
}
.social-icon .st-btn img {
    opacity: 0;
}

.filter-part-section .pd_pcf_date {
    display: none;
}

.top-heading-section .top-heading-tittle {
    padding-top: 40px;
}


/*
  17-2-2021
*/
.posts-archive-page article {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}
.posts-archive-page article:last-child {
    border: 0;
}
.posts-archive-page article .right-part-form {
	display: none;
}
.posts-archive-page article .bottom-left-side-text {
	width: 100% !important
}
.posts-archive-page header.entry-header, .posts-archive-page .page-header {
    max-width: 1140px;
    margin: 0 auto;
    padding: 10px;
}
.posts-archive-page .page-header {
    margin: 40px auto 0;
    padding: 0 10px;
}
.posts-archive-page .page-header h1 {
	margin: 0;
}

.single-post .top-heading-tittle h2.elementor-heading-title.elementor-size-default a {
    pointer-events: none;
}
.single-post .custom-post-tags{
	display: flex;
	align-items: flex-start;
}
.single-post .custom-post-tags .post-tags-items a {
    font-size: 14px !important;
    color: #95a44f !important;
}
.single-post .custom-post-tags h4 {
    margin: 0 2px 0 0;
    font-size: 15px;
    font-weight: 600;
}

@media screen and (max-width: 1199px ){
	.social-icon {
    left: -17%;
}
}

@media screen and (max-width: 1199px ){
	.social-icon {
    left: -10%;
}
}

@media screen and (max-width: 1024px){
	.detail-page-content-section .elementor-container, .form-bottom-block .elementor-container, .tag-section-main .elementor-container{
    padding-left: 35px !important;
    padding-right: 35px !important;
}
body .social-icon{ position: static !important; }
}

@media screen and (max-width: 767px){

	.form-bottom-block .elementor-container.elementor-column-gap-default {
	    border-top: solid 1px #eee;
	    border-bottom: solid 1px #eee;
	    padding: 10px 0px !important;
	    margin-left: 35px;
	    margin-right: 35px;
	}

	.subscribe-form-add input {
	    outline: none;
	    margin: 0px 0px !important;
	    padding: 10px 10px !important;
	    line-height: normal !important;
	}
	.bottom-left-side-text p {
	    font-size: 13px;
	    line-height: normal;
	}
	body .subscribe-form-add input[type=submit] {
	    font-size: 12px !important;
	    padding: 6px 0px !important;
	    max-width: 100px;
	}
	.subscribe-form-add .gform_footer.top_label{ margin-top: 10px; }
	.right-part-form .elementor-column-wrap.elementor-element-populated {
	    padding-left: 0px !important;
	}
	.detail-page-content-section p, .detail-page-content-section ul li, .detail-page-content-section ol li, .detail-page-content-section span, .detail-page-content-section .elementor-text-editor{
	    margin: 5px 0px;
	    font-size: 13px;
	    line-height: 20px;}
	.detail-page-content-section h3{ font-size: 16px;     padding: 5px 0px;}
	.detail-page-content-section h4 {
	    padding-left: 0;
	    font-size: 14px;
	    line-height: normal;
	    padding: 5px 0px;
	}
	.detail-page-content-section p img {
	    float: none;
	    padding-left: 0;
	    box-sizing: border-box;
	    width: 100%;
	    height: auto;
	} 


	.tab-part-section ul li {
	    padding: 0px 10px !important;
	}  
	.posts-archive-page .page-header h1 {
		font-size: 22px;
	} 
	.top-heading-section .top-heading-tittle {
		padding-top: 10px;
	}
	.posts-archive-page .page-header {
		padding: 0 25px;
	}
}


.wbel_pd_pcf_wrapper.wbel_pd_pcf_default {
	padding-bottom: 40px;
}


/* Custom - 09-dec-2021 for HM product catalog */
.hm-product-filters form.hm-products-form {
    display: flex;
    align-items: end;
    flex-wrap: wrap;
}
.hm-product-filters form.hm-products-form input[type=search] {
    padding: 12px 10px;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
    font-family: "Roboto",Sans-serif;
    font-size: 15px;
}
.hm-product-filters form.hm-products-form .search-column {
    margin-right: 15px;
}
.hm-product-filters form.hm-products-form .select-box .ui-selectmenu-button span.ui-selectmenu-text {
    font-family: "Roboto",Sans-serif;
    font-size: 15px;
}
.hm-product-filters .result-column.pull-left .text {
    font-family: "Roboto",Sans-serif;
    font-size: 15px;
}
.hm-product-filters form.hm-products-form .search-column a {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    padding-top: 2px;
    font-size:14px;
}
.hm-product-filters form.hm-products-form .search-column { position: relative; }
.hm-product-filters form.hm-products-form {display: flex; align-items: end; flex-wrap: wrap; width: 50%;justify-content: end; }
.hm-product-filters form.hm-products-form .search-column {width: 55%;}
.hm-product-filters form.hm-products-form .select-column {width: 40%;}
.hm-product-filters form.hm-products-form input[type=search] , .hm-product-filters form.hm-products-form .select-column .ui-corner-all{width: 100% !important; }
.hm-product-filters form.hm-products-form .select-column.select-box .ui-state-default {width:100% !important;}
a.hm-back-to-main {     margin-left: 0; text-align: left;display: inline-block; float: left; background-color: #2b3c6b !important; padding: 25px !important;}

@media screen and (max-width: 1100px ){
    .hm-product-filters form.hm-products-form { width: 75%;}
}

@media screen and (max-width: 767px ){ 
    
    .hm-product-filters .result-column {
        width: 100%;
        display: inline-block;
        margin: 10px 0;
    }
    .hm-product-filters .search-column {
        display: inline-block;
        width: 100%;
    }
    .hm-product-filters .search-column input.search-hm-products {
        width: 100%;
        margin: 10px 0;
    }
    .hm-product-filters .select-column.select-box {
        width: 100%;
        display: inline-block;
    }
    .hm-product-filters .select-column.select-box span#ui-id-1-button {
        width: 100% !important;
    }
    .hm-product-filters form.hm-products-form {width:100%;}
    .hm-product-filters form.hm-products-form .search-column { margin-right: 0; }
    .hm-product-filters form.hm-products-form .search-column {
        width: 100%;
    }
    .hm-product-filters form.hm-products-form .select-column {
        width: 100%;
        margin-top: 10px;
    }
    a.hm-back-to-main { float: none; margin-bottom: 10px;}
}



/*blog page new update*/
.category-custom .reuseCheckboxParrentWrapper___ {display: flex; flex-wrap: wrap; align-items: center; }
.category-custom .reuseCheckboxParrentWrapper___ div {width: auto !important; margin-right: 10px; margin-top: 0; }
.search-btn-custom button.search-btn-custom {padding: 15px 40px; background-color: #5d8197; border: 0; color: #fff; font-size: 16px; letter-spacing: 0.2px; border-radius: 0 !important; }
.search-btn-custom button.search-btn-custom:hover {background-color: #383838; }
.blog-new-custom button.ReactiveGridLoadMore___ {width: 100%; max-width: 250px; display: flex; align-items: center; justify-content: center; margin: 20px auto; }
.blog-new-custom button.ReactiveGridLoadMore___:hover {background-color: #6b91ad; }
.blog-wrapper-custom .reactiveGridImage {position: unset; overflow: unset; display: flex; flex-direction: column; height: auto; padding: 0; margin: 0; 
    max-width: 100%; padding-bottom: 12px; }
.blog-wrapper-custom .reactiveGridImage a.overlay,
.blog-wrapper-custom .reactiveGridImage:hover img,
.blog-wrapper-custom .reactiveGridImage:hover h3.reactiveTitle,
.blog-wrapper-custom .reactiveGridImage:hover span.reactiveDate {position: unset; transform: scale(1) !important; }
.blog-wrapper-custom .reactiveGridImage:hover a.overlay {height: auto !important; }
.blog-wrapper-custom .reactiveGridImage a.overlay,
.blog-wrapper-custom .reactiveGridImage:hover a.overlay {position: absolute; transform: scale(1) !important; background-color: transparent; padding: 0; margin: 0;
 height: auto; }
.blog-wrapper-custom .reactiveGridImage h3.reactiveTitle {position: unset; color: #000; opacity: 1; padding: 10px 12px 0px; margin: 0; position: relative; z-index: -1; 
    font-family: "Roboto", Sans-serif; font-size: 19px; font-weight: 700; text-transform: capitalize; font-style: normal; text-decoration: none; line-height: 1.5em;
    margin: 0px 0px 10px 0px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.blog-wrapper-custom .reactiveGridImage span.reactiveDate {position: unset; transform: scale(1) !important; display: none; }
.blog-wrapper-custom .reactiveGridImage a.overlay {position: absolute; left: 0; top: 0; height: 100% !important; width: 100% !important; right: 0; bottom: 0; z-index: 9999;
 display: inline-block; }
.reactiveGridType-Simple .reactiveGridImage {overflow: unset !important; height: 100% !important; justify-content: space-between !important; }
.blog-wrapper-custom .reactiveGridImage img {height: 178px !important; margin-bottom: auto; }
/*.category-custom .reuseCheckboxField___ label:before, .category-custom .reuseCheckboxField___ label:after  {display: none; }*/
.category-custom .reuseCheckboxField___ .reuseCheckbox___3EAJn+label span { color: #5F8296; font-family: "Roboto", Sans-serif; font-size: 15px; font-weight: 700; 
    text-transform: uppercase; font-style: normal; text-decoration: none; line-height: 16px; padding: 0px 2px 0px 2px; }
.category-custom .reuseCheckboxField___ .reuseCheckbox___3EAJn+label span:hover {color: #383838; }
.category-custom .reuseCheckboxField___ .reuseCheckbox___3EAJn+label {align-items: center; }
.category-custom .reuseCheckboxField___ .reuseCheckbox___3EAJn+label::before {margin-right: 6px; }
.blog-wrapper-custom .reactiveGridImage .pd_pcf_readmore a.pd_pcf_readmore_link { color: #9B9C9F; font-family: "Roboto", Sans-serif; font-size: 12px; font-weight: 400;
 text-transform: capitalize; font-style: italic; text-decoration: none; padding: 10px 15px 10px 25px; }
.blog-wrapper-custom .reactiveGridImage .pd_pcf_readmore {display: flex; justify-content: flex-start; align-items: flex-start; width: 100%; }
.blog-wrapper-custom .reactiveGridImage span.reactiveDescription { color: #000000; font-family: "Roboto", Sans-serif; font-size: 14px; font-weight: 500;
 line-height: 1.5em; letter-spacing: 0.1px; padding: 0 15px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; 
 text-overflow: ellipsis; }
.blog-wrapper-custom .reactiveGridImage .pd_pcf_tags strong,
.blog-wrapper-custom .reactiveGridImage .pd_pcf_tags a {font-family: 'Roboto'; font-size: 12px; line-height: normal; text-transform: capitalize; font-weight: 500; padding: 0; }
.blog-wrapper-custom .reactiveGridBlock .reactiveGridType-Simple {padding: 10px; margin-bottom: 0; }
.blog-wrapper-custom .reactiveGridBlock .reactiveGridType-Simple .reactiveGridImage {box-shadow: 0px 5px 4px 0px #d9d9d9 !important; border: 0; }
.blog-wrapper-custom .reactiveGridImage .pd_pcf_tags {line-height: normal; padding: 12px 15px 0; width: 100% !important; }
.blog-wrapper-custom .reactiveGridImage .pd_pcf_post_meta {height: auto !important; width: 100% !important; }
.search-custom .reactiveSElParenttext___ {position: relative; display: flex; width: 100%; justify-content: space-between; flex-wrap: wrap; align-items: center; }
.search-custom .reactiveSElParenttext___:before {content: "Search:"; font-family: "Roboto", Sans-serif; font-size: 22px; font-weight: 700; text-transform: uppercase;
    font-style: normal; text-decoration: none; line-height: 1; padding: 0 2px; flex: 0 0 10%; color: #5f8296; padding-left: 0; }
.search-custom .reuseFormWrapper___ {flex: 0 0 90%; }
.blog-wrapper-custom .ReactiveGridHolder______1Q8aA.ReactiveGridHolder___ {padding-top: 10px; }
body .reactiveSingleBoxFrontendView___12dCC .reactiveNormSearchGridContents___42FUL {padding-left: 0; padding-right: 0; }

@media (max-width:1016px) {
    .search-custom .reactiveSElParenttext___:before {flex: 0 0 20%; font-size: 19px; margin-bottom: 5px; }
    .search-custom .reuseFormWrapper___ {flex: 0 0 80%; }
    body .reactiveSingleBoxFrontendView___12dCC .reactiveNormSearchGridContents___42FUL {padding-left: 20px; padding-right: 20px; }
    .category-custom .reuseCheckboxField___ .reuseCheckbox___3EAJn+label {margin-bottom: 12px; } 
}

@media (max-width:991px) {
    .blog-wrapper-custom .reactiveGridImage img {height: 230px !important; }
}

@media (max-width:767px) {
    .blog-wrapper-custom .reactive-row.reactiveGridBlock {margin: 0 !important; }
    .blog-wrapper-custom .reactiveGridImage img {height: 190px !important; }
    .blog-wrapper-custom .reactiveGridImage h3.reactiveTitle {font-size: 18px; }
}



/*single blog page 23-02-23*/
.display-none {display:none;}
 .top-banner-title-img-cus .blog-main-title h1  {color: #334d5e !important; font-family: "Roboto",Sans-serif; font-size: 35px; font-weight: 700; 
    text-transform: capitalize; font-style: normal; line-height: 46px; text-shadow: 0px 0px 0px rgb(0 0 0 / 30%);}

    .single-post .elementor-section-boxed .elementor-text-editor p, .single-post p {margin: 10px 0; font-size: 15px; line-height: 26px; font-weight: 400; font-family: 'Roboto';
    color: #383838; box-shadow: unset; }

    .single-post .elementor-section-boxed .elementor-text-editor h2, .single-post .elementor-section-boxed .elementor-text-editor h3, .single-post h2, .single-post h3 {
    margin: 0; font-size: 24px; font-family: 'Roboto'; color: #334d5e; padding: 15px 0;  line-height: normal !important;}

    .content-inner-body-cus ul li {margin: 10px 0; font-size: 15px; line-height: 26px; font-weight: 400; font-family: 'Roboto'; color: #383838; }
    .content-inner-body-cus ul {padding-left: 15px; margin-left:0; }
    .our-social-cus .elementor-widget-wrap {display: flex; flex-wrap: wrap; flex-direction: column; }
    .our-social-cus .icon-set {width: 35px !important; }
    .our-social-cus .icon-set .elementor-grid-item {outline: unset; }
    .our-social-cus .icon-set .elementor-grid-item {transition: all ease 0.2s; -webkit-transition: all ease 0.2s; position: relative; top: 0;}
    .our-social-cus .icon-set .elementor-grid-item:hover {top: -4px; opacity: 0.8; }
    .divider-cus {margin-bottom: 0 !important; }
    .tag-equipment-repair p {text-shadow: unset; font-weight: 400; }

    .elementor-1629 .elementor-element.elementor-element-3e2d182f, .elementor-1629 .elementor-element.elementor-element-3e2d182f { line-height:normal !important; }

 .blog-wrapper-custom .reactiveGridBlock .reactiveGridType-Simple .reactiveGridImage>a {width: 100%; }


@media (max-width:767px) { 
    .top-banner-title-img-cus .blog-main-title h1 {line-height: 30px;font-size: 24px !important;}
    .order-2 {order: 2; }
    .single-post .elementor-section-boxed .elementor-text-editor h2, .single-post .elementor-section-boxed .elementor-text-editor h3, .single-post h2, .single-post h3 {font-size: 16px; padding: 5px 0;}
    .single-post .elementor-section-boxed .elementor-text-editor p, .single-post p  {font-size: 14px; line-height: 24px;}
 }