/*!
Theme Name: promerit
Theme URI: http://underscores.me/
117Author: promerit
Author URI: http://underscores.me/
Description: promerit
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: promerit
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.

promerit 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
	- Forms117
## 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%;
		/* overflow-x: unset !important;
		overflow-y: unset !important; */
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	overflow-x: hidden;
	/* overflow-x: unset !important;
    overflow-y: unset !important; */
}

/**
 * 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: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin-top: 0;
}

p {
	margin-bottom: 1.5em;
	margin-top: 0;
}
* > p:last-child{
	margin-bottom: 0;
}
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: #4169e1;
}

a:visited {
	color: #800080;
}

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%;
}
/*header.entry-header + .entry-content > .elementor > .elementor-section-wrap > section {
    padding-left: 20px;
    padding-right: 20px;
}
*//*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

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

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

.page-content,
.entry-content,
.entry-summary {
	margin: 0em 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;
}



/* Promerit custom style
--------------------------------------------- */
body{
	font-family: 'Gilroy' !important;
	font-weight: 300;
}


.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;
}
header#masthead {
    position: fixed;
    top: 0;
    width: 100%;
	z-index: 99;
	transition: all ease .4s;
}
.main-navigation {
    display: block;
    width: 100%;
    /* background: #000; */
    padding: 0px 50px;
}
header#masthead .wpmm-nav-wrap {
    display: flex;
    align-items: center;
    position: relative;
}
header#masthead .wpmm-nav-wrap .wpmm_brand_logo_wrap {
    position: absolute;
    left: 0;
}
header#masthead .wp-megamenu-wrap .wpmm-nav-wrap > ul{
	margin: auto;
	position: static;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul > li{
	margin: 0 40px;
	position: relative;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul > .wpml-ls-current-language{
	margin-left: 30px;
	padding: 0 10px;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul > .wpml-ls-current-language a{
	padding: 0 !important;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul > .wpml-ls-current-language > ul.wp-megamenu-sub-menu{
	padding: 0 !important;
    width: 48px !important;
    overflow: hidden !important;
    background: #3fa9f5 !important;
    top: 0px !important;
    left: 35px !important;
}
/* .wp-megamenu-wrap .wpmm-nav-wrap > ul > li:last-child:after{
	content: '' !important;
	width: 0;
	height: 0;
	border-right: 10px solid #3fa9f5;
	border-bottom: 10px solid transparent;
	border-top: 10px solid transparent;
	position: absolute;
	left: -10px;
	visibility: visible;
	opacity: 1;
} */
.wp-megamenu-wrap .wpmm-nav-wrap > ul > .wpml-ls-current-language > ul.wp-megamenu-sub-menu > li > a{
	padding: 0 !important;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul > .wpml-ls-current-language > ul.wp-megamenu-sub-menu > li > a > span{
	padding:5px 15px;
	width: 31px !important;
	overflow: hidden;
	color: #fff;
	display: block;
	white-space: pre;
	text-transform: uppercase;
	font-size: 14px;
}

/*.wp-megamenu-wrap .wpmm-nav-wrap > ul > li.wp-megamenu-item-wpml-ls-3-fr > ul.wp-megamenu-sub-menu > li > a > span{
	width: 36px !important;
}*/
.wp-megamenu-wrap .wpmm-nav-wrap > ul > .wpml-ls-current-language > a > span{
	width: 19px;
	display: block;
	overflow: hidden;
	height: 15px;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul > .wpml-ls-current-language.focus > ul.wp-megamenu-sub-menu{
    opacity: 1;
    visibility: visible;
    display: block;
    z-index: 999;
} 
.wp-megamenu-wrap .wpmm-nav-wrap > ul > li > a {
    font-size: 16px !important;
    color: #fff;
    text-transform: uppercase !important;
    letter-spacing: 0.5px;
    line-height: 19px;
    padding: 60px 0 !important;
    font-weight: 500;
    transition: all ease .4s;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul a:hover{
	color:#3FA9F5 !important;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul > li > ul.wp-megamenu-sub-menu {
    width: 1000px !important;
    /* margin: auto !important; */
    left: auto !important;
    /* right: 0 !important; */
    padding: 30px 40px !important;
    background: #FFFFFF;
    box-shadow: 0px 9px 41px rgb(0 0 0 / 25%);
}

#wp-megamenu-menu-1.wp-megamenu-wrap .wpmm-nav-wrap > ul > li > ul.wp-megamenu-sub-menu .textwidget > p > a{
	margin: 0 0 10px 0;
    font-size: 19px !important;
    font-weight: bold !important;
    color: #3FA9F5;
	letter-spacing: 0.5px;
	line-height: 23px;
}
#wp-megamenu-menu-1>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li a{
	color: #437893;
	font-size: 14px !important;
	line-height: 17px;
	font-weight: 500;
	word-break: break-word;
}
#wp-megamenu-menu-1>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li a:hover{
	/*color: #3FA9F5 !important;*/
	font-weight: 600;
}
.mob-toggle{
	display: none;
}
.head-contact-wrap {
    position: absolute;
    right: 50px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 999999;
	text-align: right;
	/*margin-top: -2px;*/
}
.hexagon-shap-btn {
    height: 70px;
	pointer-events: none;
}
.hexagon-shap-btn a span{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 20px;
    color: #3FA9F5;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
	transition: all ease .4s;
	pointer-events: none;
}
.hexagon-shap-btn a:hover span{
	color: #fff;
	transition: all ease .4s;
}
.hexagon-shap-btn a svg path{
	transition: all ease .4s;
	pointer-events: auto;
}
.hexagon-shap-btn a:hover svg path{
	fill: #3FA9F5;
	transition: all ease .4s;
}
/* Global Button css */
.promerit-global-btn, .promerit-global-hexbtn a{
	color: #3FA9F5 !important;
    position: relative;
    height: 70px;
    border: 0;
    padding: 25px 15px !important;
    display: inline-block !important;
    text-align: center;
    transition: all .3s linear 0s;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    min-width: 175px;
    margin: 0 20px;
    outline: none!important;
    z-index: 1;
	font-size: 16px !important;
	line-height: 19px !important;
	font-weight: 500 !important;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	background-color: #fff !important;
	border-radius: 0 !important;
}
.promerit-global-hexbtn a{
	min-width: 200px;
}
.promerit-global-btn:before, .promerit-global-hexbtn a:before {
    content: "";
    transform: rotate(45deg) skew(15deg,15deg);
    -ms-transform: rotate(45deg) skew(15deg,15deg);
    -webkit-transform: rotate(45deg) skew(15deg,15deg);
    -o-transform: rotate(45deg) skew(15deg,15deg);
    -moz-transform: rotate(45deg) skew(15deg,15deg);
    background-color: #ffffff;
    width: 43px;
    height: 42px;
    top: 13px;
    left: -22px;
    position: absolute;
    border-radius: 6px;
    z-index: -1;
    transition: all .3s linear 0s;
    border: 1px solid transparent;
    border-right: 0;
    border-top: 0;
}
.promerit-global-btn:after, .promerit-global-hexbtn a:after{
	content: "";
    transform: rotate(45deg) skew(15deg,15deg);
    -ms-transform: rotate(45deg) skew(15deg,15deg);
    -webkit-transform: rotate(45deg) skew(15deg,15deg);
    -o-transform: rotate(45deg) skew(15deg,15deg);
    -moz-transform: rotate(45deg) skew(15deg,15deg);
    background-color: #ffffff;
    width: 43px;
    height: 42px;
    top: 13px;
    right: -22px;
    position: absolute;
    border-radius: 6px;
    z-index: -1;
    transition: all .3s linear 0s;
    border: 1px solid transparent;
    border-right: 0;
    border-top: 0;
}
.promerit-global-btn:hover, .promerit-global-hexbtn a:hover{
	background-color: #3FA9F5 !important;
	color: #fff !important;
}
.promerit-global-btn:hover:before, .promerit-global-btn:hover:after,
.promerit-global-hexbtn a:hover:before, .promerit-global-hexbtn a:hover:after{
	background-color: #3FA9F5 !important;
}
.promerit-global-hexbtn.linear-btn a{
	background-color: transparent !important;
	border: 1px solid #fff;
	border-width: 1px 0 1px 0;
	color: #fff !important;
	transition: none;
}
.promerit-global-hexbtn.linear-btn a:hover, 
.promerit-global-hexbtn.linear-btn a:hover:before, 
.promerit-global-hexbtn.linear-btn a:hover:after{
	background-color: #fff !important;
	color: #3FA9F5 !important;
	transition: none;
}
.amazon-service-banner .promerit-global-hexbtn.linear-btn a{
	height: 34px;
	min-width: 100px;
	padding: 7px 10px !important;
	text-transform: capitalize;	
	margin-left: 10px;
}
.amazon-service-banner .promerit-global-hexbtn.linear-btn a:before{
	width: 22px;
    height: 22px;
    top: 5px;
    left: -10px;
    transition: none;
}
.amazon-service-banner .promerit-global-hexbtn.linear-btn a:after{
	width: 22px;
    height: 22px;
    top: 5px;
    right: -10px;
    transition: none;
}
.promerit-global-hexbtn.linear-btn a:before{
	background: transparent;
	border: 1px solid #fff;
	border-width: 0px 0px 1px 1px;
}
.promerit-global-hexbtn.linear-btn a:after{
	background: transparent;
	border: 1px solid #fff;
	border-width: 1px 1px 0px 0px;
}
.sticky-btn.promerit-small-btn{
	display: none !important;
}
.promerit-small-btn {
    position: relative;
    display: inline-block !important;
	height: 57px;
}
.promerit-small-btn img {
    position: absolute;
    top: 50%;
    z-index: 1;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-50%);
}
.sticky-header header#masthead {
	background: #081E2E;
    /*top: -94px;*/
    /* transition: all ease .4s; */
}
.sticky-header.sticky-header-show header#masthead{
	top: 0;
	transition: all ease .4s;
	position: fixed;
}
.sticky-header header#masthead .main-navigation{
	
}
.sticky-header header#masthead .wpmm-nav-wrap .wpmm_brand_logo_wrap{
	display: none;
}
.wp-megamenu.sticky-header .site-header .site-branding {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
	z-index: 999999;
	margin-top: 4px;
}
.sticky-header .head-contact-wrap .promerit-global-btn{
	display: none !important;
}
.sticky-header .sticky-btn.promerit-small-btn{
	display: block !important;
}
.sticky-header .wp-megamenu-wrap .wpmm-nav-wrap > ul > li > a{
	padding: 37px 0 !important;
	transition: all ease .4s;
}
.sticky-header .wp-megamenu-wrap .wpmm-nav-wrap > ul > .wpml-ls-current-language > ul.wp-megamenu-sub-menu{
	top: 33px !important;
}
.topbar-lang-switcher{
	display: none;
}
footer.site-footer {
    background: #081E2E;
    display: flex;
    padding: 125px 0px 35px;
	position: relative;
	z-index: 1;
}
footer.site-footer .brand-back-img {
    position: absolute;
    right: 0;
    bottom: 100px;
    z-index: -1;
}
footer aside.widget-area.social-media-wrap {
    display: flex;
    align-items: flex-end;
    width: 100px;
}
footer.site-footer .footer-left-wrap {
    flex: 3;
	padding-right: 100px;
}
footer.site-footer .footer-left-wrap h2{
	font-size: 20px;
	line-height: 32px;
	font-weight: 500;
	letter-spacing: 0.75px;
	text-transform: uppercase;
	color: #3FA9F5;
	font-weight: 500;
	margin-bottom: 30px;
}
footer.site-footer .footer-left-wrap > a{
	text-decoration: none;
}
footer.site-footer .footer-left-wrap > a:hover{
	color: #fff;
}
footer.site-footer .footer-left-wrap .site-info {
    display: flex;
	border-top: 1px solid rgb(255 255 255 / 21%);
	padding-top: 33px;
	padding-bottom: 15px;
}
footer.site-footer .footer-left-wrap .site-info:last-child{
	padding-top: 40px;
}
footer.site-footer .footer-left-wrap .site-info aside.widget-area{
	flex: 1;
	padding-right: 15px;
}
footer.site-footer .footer-left-wrap ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
footer.site-footer .footer-left-wrap li{
	margin-bottom: 5px;
}
footer.site-footer .footer-left-wrap li a{
	font-size: 15px;
	line-height: 18px;
	color: #FFFFFF;
	opacity: 0.8;
	text-decoration: none;
	transition: all ease .4s;
}
footer.site-footer .footer-left-wrap li a:hover{
	color: #3FA9F5;
	transition: all ease .4s;
}
footer.site-footer .footer-left-wrap .site-info aside.widget-area .textwidget p{
	font-size: 14px;
	line-height: 21px;
	font-weight:500;
	color: #8CC7F1;
}
footer.site-footer .footer-left-wrap .site-info aside.widget-area .textwidget p a{
	font-size: 14px;
    line-height: 21px;
    text-decoration-line: underline;
    color: #8CC7F1;
    font-weight: 500;
}
footer.site-footer .footer-left-wrap .site-info aside.widget-area .textwidget p strong{
	margin-bottom: 10px;
    display: inline-block;
	text-transform: uppercase;
}
footer.site-footer .footer-left-wrap .site-info aside.widget-area .textwidget p a.top-space{
	margin-top: 20px;
}
.right-sidebar-wrap {
    margin-top: 90px;
}
.right-sidebar-wrap li {
    margin-bottom: 17px;
    display: block;
}
.right-sidebar-wrap aside.widget-area ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.right-sidebar-wrap aside.widget-area a{
	font-size: 20px;
	line-height: 23px;
	font-weight:500;
	letter-spacing: 0.75px;
	text-transform: uppercase;
	color: #3FA9F5;
	text-decoration: none;
}
.copy-right-wrap {
    position: absolute;
    right: 95px;
    bottom: 55px;
}
.copy-right-wrap p{
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
	color: #8CC7F1;
	opacity: 0.5;
}
footer.site-footer .footer-left-wrap .site-info:last-child .widget{
	margin-bottom: 0;
}
footer.site-footer .footer-left-wrap .site-info:last-child aside.widget-area:nth-child(1) .widget_nav_menu {
    display: flex;
    align-items: flex-start;
    height: 100%;
    flex-direction: column;
    justify-content: flex-end;
}
footer.site-footer .footer-left-wrap .site-info:last-child > aside.widget-area:nth-child(1) .widget_nav_menu ul li{
	margin-bottom: 0;
	line-height: 26px;
}
footer.site-footer .footer-left-wrap .site-info:last-child > aside.widget-area:nth-child(1) .widget_nav_menu ul li a{
	color: #8CC7F1;
	opacity: 0.5;
	text-decoration: none;
}
/* footer.site-footer .footer-left-wrap .site-info:last-child aside.widget-area:first-child .widget_media_image{
    display: flex;
    align-items: flex-end;
    height: 100%;
} */
footer.site-footer .footer-left-wrap .site-info aside.widget-area .textwidget p{
	margin-bottom: 0;
}
footer.site-footer .footer-left-wrap .site-info:last-child aside.widget-area:nth-child(3) .textwidget p:last-child{
	margin-top: 25px;
}
footer.site-footer .footer-left-wrap .site-info:nth-child(2) aside.widget-area .textwidget > p > a{
	font-size: 19px;
	line-height: 22px;
	letter-spacing: 0.5px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 10px;
	text-decoration: none;
	display: inline-block;
	transition: all ease .4s;
}
footer.site-footer .footer-left-wrap .site-info:nth-child(2) aside.widget-area .textwidget > p > a:hover{
	color: #3FA9F5;
	transition: all ease .4s;
}
footer.site-footer .footer-left-wrap .site-info aside.widget-area > .widget.widget_text{
	margin-bottom: 0;	
}
.location-area {
    padding-left: 15px;
}
.location-area img {
	position: absolute;
	margin-top: 4px;
	margin-left: -15px;
}
/*.location-area > img {
    margin-top: 4px;
}*/
.location-area img + p{
	display: none;
}
.location-area p{
	margin: 0 0 8px 0 !important;
}
.location-area p strong{
	font-weight: 600 !important;
	font-size: 14px !important;
	line-height: 16px !important;
	color: #8CC7F1 !important;
	margin-bottom: 0 !important;
	text-transform: capitalize !important;
}
.location-area p:last-child{
	margin-bottom: 0 !important;
}
/* footer.site-footer .footer-left-wrap .site-info:last-child aside.widget-area:first-child,
footer.site-footer .footer-left-wrap .site-info:last-child aside.widget-area:nth-child(2) {
    padding-bottom: 20px;
} */
.french_language  footer.site-footer .footer-left-wrap .site-info:nth-child(2) aside.widget-area > .widget.widget_text .textwidget p:first-child{
	display: none;
}
.english_language  footer.site-footer .footer-left-wrap .site-info:nth-child(2) aside.widget-area > .widget.widget_text .textwidget p:nth-child(2){
	display: none;
}
footer .back-to-top-holder {
    position: absolute;
    top: 30px;
    right: 45px;
    top: 45px;
}
footer .footer-container{
	display: flex;
	width: 100%;
	max-width: 1630px;
	padding: 0 20px;
	margin: auto;
}
footer aside.widget-area.social-media-wrap {
	position: absolute;
	bottom: 0;
	left: 95px;
	bottom: 55px;
}
footer aside.widget-area.social-media-wrap aside{
	margin-bottom: 0;
}
footer aside.widget-area.social-media-wrap aside a{
	display: block;
	height: 47px;
}

/* Start Home Page */
.hero-band-link-box{
	max-width: 390px;
	margin: 30px auto;
	z-index: 5;
}
.hero-band-link-box:after{
	content: '';
	height: 100%;
	width: 100%;
	background-image: url(images/hexagon-btn.png);
	position: absolute;
	right: -60px;
	top: 0;
	z-index: -1;
	background-repeat: no-repeat;
	background-position: right;
}
.hero-band-link-box .elementor-icon-box-icon svg {
	position: absolute;
	z-index: 99;
	right: -10px;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: all ease .4s;
}
.hero-band-link-box .elementor-icon-box-icon a:hover svg{
	right: -15px;
	transition: all ease .4s;
}
.plus-link-btn .elementor-button-icon svg{
	width: auto;
	margin-bottom: -5px;
	position: relative;
	right: 0;
	transition: all ease .4s;
}
.plus-link-btn a:hover .elementor-button-icon svg{
	right: -15px;
	transition: all ease .4s;
}
.plus-link-btn.white-mode svg path{
	fill: #fff;
}
.plus-link-btn.white-mode svg path:nth-last-child(-n+2){
	fill: #3FA9F5;
}
.plus-link-btn .elementor-button-content-wrapper{
	display: flex;
	align-items: center;
}
.half-width-background-wrap > .elementor-container{
	position: static !important;
}
.background-half-width-img {
	width: 50% !important;
	position: absolute !important;
	left: 0;
	height: 100%;
}
.right-content-wrap{
	margin-left: 50% !important;
}
.background-half-width-img div {
	padding: 0 !important;
	height: 100%;
}
.background-half-width-img figure.wp-caption{
	height: 100%;
}
.background-half-width-img .elementor-widget-wrap img {
	height: 100%;
	width: 100%;
	object-fit: contain;
}
.service-box .background-half-width-img .elementor-widget-wrap img{object-fit: cover;}
.angle-link a svg {
	width: 8px;
	position: relative;
	right: 0;
	transition: all ease .4s;
	top: 2px;
}
.angle-link a:hover svg{
	right: -15px;
	transition: all ease .4s;
}
.customer-head h2{
	color: #2F4874 !important;
	font-size: 50px !important;
	line-height: 50px !important;
}
.customer-head strong{
	color: #3FA9F5;
}
.review-slider-wrap .slick-slide > div{
	margin: 0 32px;
	height: 100%;
}
.slider-wrap {
	background: #fff;
	height: 100%;
	padding: 80px 50px 40px;
	border-radius: 6px;
	display: inline-block;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
.slider-wrap .testimonial-title h2{
	font-size: 20px;
	line-height: 20px;
	color: #000000;
	font-weight: 500;
	margin-bottom: 25px;
	cursor: text;
}
.slider-wrap .testimonial-content p{
	font-size: 18px;
	line-height: 22px;
	color: #000000;
	font-weight: 300;
	cursor: text;
	/*padding-right: 60px;*/
}
.bottom-img-content-desc {
	display: flex;
	margin-top: 40px;
	align-items: center;
}
.bottom-img-content-desc .testimonial-image {
	margin-right: 30px;
	max-width: 125px;
	/*display: none;*/
}
/*.bottom-img-content-desc .testimonial-image img{
	min-height: 40px;
}*/
.bottom-img-content-desc  p{
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	font-weight: 300;
	cursor: text;
}
.review-slider-wrap .slick-track{
	display: flex !important;
}
.review-slider-wrap .slick-track .slick-slide{
	height: inherit !important;
}
.review-slider-wrap .slick-arrow {
	position: absolute;
	bottom: 0;
	left: -52.3%;
	cursor: pointer;
}
.review-slider-wrap .slick-prev.slick-arrow {
	height: 70px;
	background: #fff;
	border-radius: 0;
	width: 70px;
	border: none;
	font-size: 0;
}
.review-slider-wrap .slick-next.slick-arrow {
	margin-left: 60px;
	height: 70px;
	background: #fff;
	border-radius: 0;
	width: 70px;
	border: none;
	font-size: 0;
}
.review-slider-wrap .slick-next.slick-arrow:before{
	content: "";
	transform: rotate(45deg) skew(15deg,15deg);
	-ms-transform: rotate(45deg) skew(15deg,15deg);
	-webkit-transform: rotate(45deg) skew(15deg,15deg);
	-o-transform: rotate(45deg) skew(15deg,15deg);
	-moz-transform: rotate(45deg) skew(15deg,15deg);
	background-color: #ffffff;
	width: 42px;
	height: 42px;
	top: 14px;
	right: -22px;
	position: absolute;
	border-radius: 6px;
	z-index: 0;
	transition: all .3s linear 0s;
	border: 1px solid transparent;
	border-right: 0;
	border-top: 0;
}
.review-slider-wrap .slick-next.slick-arrow:after{
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	background: url('images/left-angle-left.png');
	background-repeat: no-repeat;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	bottom: 0;
	transform: rotate(-180deg);
}
.review-slider-wrap .slick-prev.slick-arrow:before{
	content: "";
	transform: rotate(45deg) skew(15deg,15deg);
	-ms-transform: rotate(45deg) skew(15deg,15deg);
	-webkit-transform: rotate(45deg) skew(15deg,15deg);
	-o-transform: rotate(45deg) skew(15deg,15deg);
	-moz-transform: rotate(45deg) skew(15deg,15deg);
	background-color: #ffffff;
	width: 42px;
	height: 42px;
	top: 14px;
	left: -22px;
	position: absolute;
	border-radius: 6px;
	z-index: 0;
	transition: all .3s linear 0s;
	border: 1px solid transparent;
	border-right: 0;
	border-top: 0;
}
.review-slider-wrap .slick-prev.slick-arrow:after{
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	background: url('images/left-angle-left.png');
	background-repeat: no-repeat;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	bottom: 0;
}
.review-slider-wrap .slick-arrow.slick-disabled:after{
	filter: -ms-brightness(0);
	filter: -o-brightness(0);
	filter: -webkit-brightness(0);
	filter: -moz-brightness(0);
	filter: brightness(0) !important;
	opacity: .5 !important;
}
.testimonial-slider.slick-slider:after{
	content: '/';
	position: absolute;
	left: -47%;
	bottom: 0;
	font-size: 40px;
	line-height: 70px;
	color: #D8D8D8;
}
.full-contact-link-wrap {
	background: #3FA9F5;
	display: flex;
	align-items: center;
	padding: 128px 150px 128px 90px;
	justify-content: space-between;
	margin-right: 106px;
}
.full-contact-link-wrap h2{
	font-size: 32px !important;
	line-height: 37px !important;
	color: #FFFFFF !important;
	font-weight: 500 !important;
	margin-bottom: 20px;
}
.full-contact-link-wrap p{
	font-size: 20px;
	line-height: 24px;
	color: #081E2E;
	font-weight: 300;
}
.full-contact-link-wrap .promerit-global-btn:hover{
	background-color: #081E2E !important;
	color: #3FA9F5 !important
}

.full-contact-link-wrap .promerit-global-btn:hover:before,
.full-contact-link-wrap .promerit-global-btn:hover:after{
	background-color: #081E2E !important;
}
.full-contact-link-wrap img.right-hexagon-shap {
	position: absolute;
	right: 0;
	height: 100.2% !important;
	top: 0;
}
.contact-link-band .widget.widget_text {
    margin: 0;
}
.before-right-shape-wrap:before {
    content: '';
    height: 240px;
    width: 52%;
    border-radius: 20px;
    background: #3FA9F5;
    position: absolute;
    top: -190px;
    right: 60px;
    transform: skew(-26deg, 0deg);
}
.before-right-shape-wrap:after{
	content: '';
    height: 240px;
    width: 100px;
    background: #3FA9F5;
    position: absolute;
    top: -190px;
    right: 0px;
}
.before-left-shape-wrap:before{
	content: '';
    height: 240px;
    width: 70%;
    border-radius: 20px;
    background: #3FA9F5;
    position: absolute;
    top: -190px;
    left: 60px;
    transform: skew(26deg, 0deg);
}
.before-left-shape-wrap:after{
	content: '';
    height: 240px;
    width: 100px;
    background: #3FA9F5;
    position: absolute;
    top: -190px;
    left: 0px;
}
.before-left-shape-wrap.white:before, .before-left-shape-wrap.white:after{
	background: #fff;
}
.before-left-shape-wrap p a {
    font-size: inherit;
}
.accordion-wrap .elementor-accordion-item {
    border-bottom: 1px solid #3FA9F5 !important;
}
.accordion-wrap .elementor-tab-title svg {
    width: 0.6em !important;
    margin-top: 15px;
}
.testimonial-slider.nomoreslide:after{
	content: none !important;
}
.list-icon-box .elementor-icon {
    position: absolute;
    top: -37px;
    margin: auto;
    left: 0;
    right: 0;
    text-align: center;
}
.list-icon-box .elementor-icon > svg{
	margin: auto;
}
.list-icon-box .elementor-widget.elementor-widget-heading  {
	width: 100% !important;
}
.list-icon-box  h2{
	width: 100%;
    text-align: center;
}  
.mob-back-img .elementor-image-box-title span {
	display: none;
}
.fancy-head-wrap {
    padding: 80px 40px 75px 0;
    width: 75%;
    margin-left: auto;
    background: #EDEDED;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.fancy-head-wrap:after{
	content: '';
    height: 440px;
    width: 9999px;
    border-radius: 20px;
    background: #EDEDED;
    position: absolute;
    top: 0px;
    left: -125px;
    transform: skew(-26deg, 0deg);
    z-index: -1;
}
.fancy-head-wrap h4{
	font-size: 42px !important;
	line-height: 49px !important;
	text-align: center;
	letter-spacing: 1.5px !important;
	color: #737B81 !important;
	font-weight: 500 !important;
	font-style: italic;
	margin-bottom: 0;
}
.fancy-head-wrap a{
	font-size: 16px !important;
	line-height: 19px !important;
	text-align: center;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: #3FA9F5;
	margin-left: 90px;
	text-decoration: none;
	margin-right: 120px;
}
.fancy-head-wrap a svg{
	margin-left: 20px;
	transition: all ease .4s;
	position: relative;
	right: 0;
}
.fancy-head-wrap a:hover svg{
	transition: all ease .4s;
	right: -10px;
}
.related_post > .row {
    display: flex;
    margin-left: -20px;
    margin-right: -20px;
    padding: 0 30px;
}
.related_post > .row > p{
	text-align: center;
	padding: 0 20px;
	width: 100%;
}
.related_post > .row > div{
	flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 0 20px;
}
.related_post .img-wrap {
    width: 100%;
    max-height: 315px;
    object-fit: cover;
    position: relative;
    min-height: 315px;
}
.related_post .img-wrap .center-brand-image {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: auto;
    display: flex;
    align-items: center;
    padding: 30px;
    /*background: #00000052;*/
    width: 100%;
}
.related_post .img-wrap .center-brand-image img{
	max-width: 200px;
	margin: auto;
}
.related_post .img-wrap a > img{
	height: 100%;
	object-fit: cover;	
	max-height: 315px;
	min-height: 315px;
}
.related_post .img-wrap  .promerit-global-hexbtn.linear-btn {
    position: absolute;
    top: 30px;
    right: 30px;
	display: none;
}
.related_post .img-wrap  .promerit-global-hexbtn.linear-btn  a{
	height: 34px;
    min-width: 100px;
    padding: 7px 10px !important;
    text-transform: capitalize;
    text-decoration: none;
}
.related_post .img-wrap  .promerit-global-hexbtn.linear-btn  a:before{
	width: 22px;
    height: 22px;
    top: 5px;
    left: -10px;
    transition: none;
}
.related_post .img-wrap  .promerit-global-hexbtn.linear-btn  a:after{
	width: 22px;
    height: 22px;
    top: 5px;
    right: -10px;
    transition: none;
}
.related_post .blog-info .blog-title a{
	text-decoration: none;
}
.related_post .blog-info .blog-title a h4{
	font-size: 24px;
	line-height: 26px;
	font-weight: 600;
	letter-spacing: 0.857143px;
	text-transform: uppercase;
	color: #3FA9F5;
	margin-bottom: 0;
}
.related_post .blog-info{
	display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 40px;
    align-items: center;
}
.related_post .blog-info .blog-title {
    flex: 0 0 calc(100% - 104px);
    max-width: calc(100% - 104px);
}
.related_post .blog-info .blog-btn{
	margin:0 30px;
	height: 40px;
	right: 0;
	position: relative;
	transition: all ease .4s;
	flex: 0 0 43px;
}
.related_post .blog-info .blog-btn:hover{
	right: -15px;
	transition: all ease .4s;
}
.circle-line-counter .elementor-counter span.elementor-counter-number-suffix {
    font-size: 52px;
    vertical-align: middle;
}
.content-img-contain img.attachment-large.size-large {
    object-fit: contain;
}
.list-icon-box .elementor-widget-icon-box {
    height: 100%;
}
.list-icon-box .elementor-widget-icon-box .elementor-widget-container {
    height: 100%;
}


/*New letter popup*/
.pum-theme-enterprise-blue .pum-content{
	text-align: center !important;
}
.pum-theme-enterprise-blue .pum-container {
    padding: 60px 40px 35px !important;
    /* max-width: 100% !important;
    width: 100% !important; */
    background-color: #081E2E !important;
    /* left: 0px !important;
    top: 0px !important; */
    border-radius: 0 !important;
	background-image: url(images/535x200-desktop-Background.jpg);
	/*background-image: url(http://promerit.demo1.bytestechnolab.com/wp-content/uploads/2022/03/535x200-desktop-Background.jpg);*/
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.pum-theme-enterprise-blue .pum-container .popmake-title {
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 40px;
    letter-spacing: .5px;
	display:none;
}
#mce-success-response,
#mce-error-response {
    font-size: 24px;
    font-weight: 300;
    padding: 30px;
    font-family: 'Gilroy' !important;
}
#mce-error-response{color: red;}
/* .pum-theme-enterprise-blue .pum-container .popmake-title{
    
} */
.pum-theme-enterprise-blue .pum-content p{
    font-size: 30px;
	line-height: 1.5;
    color: #fff;
}
.pum-theme-enterprise-blue .pum-container label {
    font-size: 20px;
    line-height: 20px;
    color: #000000;
    font-weight: 500;
	display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}
.pum-theme-enterprise-blue .pum-container input.wpcf7-form-control.wpcf7-text.wpcf7-email,
.pum-theme-enterprise-blue .pum-content div#mc_embed_signup input#mce-EMAIL{
	background: #E0E0E0;
    border-radius: 0px;
    border: none;
    padding: 10px 95px 10px 20px !important;
    height: 50px;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    font-weight: 300;
    /*max-width: 500px;*/
    width: 100%;
    margin: 0px;
	outline: none !important;
	text-align: center;
}
.pum-theme-enterprise-blue .pum-content #mc_embed_signup div.mce_inline_error{
	background-color: transparent;
	font-weight: 400;
	color: #ff0000;
    text-align: left;
    padding-left: 0;
}
html.pum-open.pum-open-overlay.pum-open-scrollable body>[aria-hidden]{
	padding-right: 0 !important;
}
.pum-theme-enterprise-blue .pum-content div#mc_embed_signup .indicates-required{
	display: none;
}
.pum-theme-enterprise-blue .pum-content div#mc_embed_signup_scroll {
    position: relative;
}
.pum-theme-enterprise-blue .pum-content .optionalParent {
    position: absolute;
    top: 0;
    right: 0;
}
.pum-theme-enterprise-blue .pum-container  input.wpcf7-form-control.wpcf7-submit,
.optionalParent input#mc-embedded-subscribe{
	margin: 0;
	color: #fff !important;
    position: relative;
    height: 50px;
    border: 0;
    padding: 10px 20px !important;
    display: inline-block !important;
    text-align: center;
    transition: all .3s linear 0s;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    outline: none!important;
    z-index: 1;
    font-size: 16px !important;
    line-height: 19px !important;
    font-weight: 500 !important;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    background-color: #3da3ed !important;
    border-radius: 0 !important;
    /* background-image: url(http://promerit.demo1.bytestechnolab.com/wp-content/uploads/2022/03/btn-back.png); */
    /* background-size: 100% 100%;
    background-repeat: no-repeat; */
    cursor: pointer;
    text-transform: capitalize;
}
div#mc_embed_signup_scroll .mc-field-group br{
	display: none;
}
.pum-theme-enterprise-blue .pum-container  input.wpcf7-form-control.wpcf7-submit:hover,
.optionalParent input#mc-embedded-subscribe:hover{
	background-color: #235a85 !important
	color: #ffffff !important;
	/* background-image: url(http://promerit.demo1.bytestechnolab.com/wp-content/uploads/2022/03/dark-blue-btn.png); */
}
.pum-container .pum-content+.pum-close{
	background-color: transparent !important;
}
.pum-theme-enterprise-blue .pum-container span.wpcf7-spinner{
	position: absolute;
    /* margin-top: 25px; */
}
.pum-theme-enterprise-blue .pum-container input.wpcf7-form-control.wpcf7-text.wpcf7-email + span.wpcf7-not-valid-tip {
    bottom: -25px;
	white-space: nowrap;
}
.pum-theme-enterprise-blue .pum-container .wpcf7 form.invalid .wpcf7-response-output, 
.pum-theme-enterprise-blue .pum-container .wpcf7 form.unaccepted .wpcf7-response-output {
    /* border-color: #3da3ed; */
    /* background: rgb(61 163 237 / 11%); */
    color: #ffffff;
    /* padding: 10px 20px; */
}
.address-holder .elementor-icon-box-icon {
    margin-top: 6px;
}

.pum-theme-enterprise-blue .pum-content div#mc_embed_signup {
    margin: auto;
    background: transparent;
    color: #fff;
    max-width: 600px !important;
    width: 100% !important;
}


/* Contact Form Style */
.wpcf7 input {
    padding: 10px 20px;
    padding-left: 0;
    border: 0;
    border-bottom: 1px solid #e1e1e1;
    border-radius: 0;
    width: 100%;
}
.wpcf7 input::-webkit-input-placeholder, 
.wpcf7 textarea::-webkit-input-placeholder { /* Edge */
	/*font-family: 'Nunito Sans', sans-serif !important;*/
	font-size: 15px;
	font-weight:400;
	color:#000
}
.wpcf7 input:-ms-input-placeholder,  
.wpcf7 textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
	/*font-family: 'Nunito Sans', sans-serif !important;*/
	font-size: 15px;
	font-weight:400;
	color:#000
}
.wpcf7 input::placeholder,   
.wpcf7 textarea::placeholder {
	/*font-family: 'Nunito Sans', sans-serif !important;*/
	font-size: 15px;
	font-weight:400;
	color:#000
}
.wpcf7 select.wpcf7-form-control {
    height: 43px !important;
    border: 0;
    border-bottom: 1px solid #e1e1e1;
    border-radius: 0;
    font-size: 15px;
    font-weight: 400;
    padding-left:0;
}
.wpcf7 input.wpcf7-form-control.wpcf7-submit {
    width: auto;
    background: #FFFDBE;
    border: 2px solid #FFFDBE;
    padding: 11px 35px;
    float: none;
    color: rgba(0, 0, 0, 0.8);
}
.wpcf7 input.wpcf7-form-control.wpcf7-submit + .ajax-loader{ display: block; margin: 5px auto 0; }
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450; /* Green */
    background: rgb(70 180 80 / 20%);
    color: #000000;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
    border-color: #dc3232; /* Red */
    background: rgb(220 50 50 / 20%);
    color: #000000;
}
.wpcf7 form.spam .wpcf7-response-output {
    border-color: #f56e28; /* Orange */
    background: rgb(245 110 40 / 20%);
    color: #000000;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ffb900; /* Yellow */
    background: rgb(255 185 0 / 20%);
    color: #000000;
}
.wpcf7-form .form-group > label{
	font-size: 20px;
	line-height: 20px;
	font-weight: 500;
	color: #000000;
	margin-bottom: 20px;
	display: block;
}
.wpcf7-form .form-group > .wpcf7-form-control-wrap{
	display: block;
}
.wpcf7-form .form-group input[type="text"], 
.wpcf7-form .form-group input[type="email"], 
.wpcf7-form .form-group input[type="url"], 
.wpcf7-form .form-group input[type="password"], 
.wpcf7-form .form-group input[type="search"], 
.wpcf7-form .form-group input[type="number"], 
.wpcf7-form .form-group input[type="tel"], 
.wpcf7-form .form-group input[type="range"], 
.wpcf7-form .form-group input[type="date"], 
.wpcf7-form .form-group input[type="month"], 
.wpcf7-form .form-group input[type="week"], 
.wpcf7-form .form-group input[type="time"], 
.wpcf7-form .form-group input[type="datetime"], 
.wpcf7-form .form-group input[type="datetime-local"], 
.wpcf7-form .form-group input[type="color"],
.wpcf7-form .form-group input:focus{
	background: #fff;
	height: 70px;
	border-radius: 6px;
	width: 100%;
	padding: 10px 30px;
	border:none;
	margin-bottom: 35px;
	outline: none;
	transition: all 0.4s;
}
.wpcf7-form .form-group textarea{
	border: none;
	border-radius: 6px;
	padding: 10px 30px;
	resize: none;
	margin-bottom: 35px;
	min-height: 340px;
	transition: all 0.4s;
}
.wpcf7-form .form-group input:focus,
.wpcf7-form .form-group textarea:focus{box-shadow: 0 0 12px -3px #3fa9f5; outline: none;}
.wpcf7-form .row{
	display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.wpcf7-form .row .col-md-6{
	flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
}
.wpcf7-form .row .col-md-12{
	flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
}
.Joinouremaillist {
    margin-bottom: 35px;
    display: block;
}
.Joinouremaillist > span.wpcf7-form-control.wpcf7-radio.form-control {
    display: flex;
    width: 100%;
}
.Joinouremaillist > span.wpcf7-form-control.wpcf7-radio.form-control span.wpcf7-list-item {
    margin: 0;
    display: block;
    flex: auto;
}
.Joinouremaillist > span.wpcf7-form-control.wpcf7-radio.form-control span.wpcf7-list-item label {
    display: flex;
    align-items: center;
    font-size: 23px;
}
.Joinouremaillist > span.wpcf7-form-control.wpcf7-radio.form-control span.wpcf7-list-item label input[type="radio"] {
    flex: 0 0 23px;
    margin-right: 10px;
    height: 23px;
	margin-bottom: 0px;
}
.Joinouremaillist > span.wpcf7-form-control.wpcf7-radio.form-control span.wpcf7-list-item label span.wpcf7-list-item-label {
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    font-weight: 500;
}
span.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 16px;
    padding: 0;
    font-weight: normal;
    display: block;
    position: absolute;
    bottom: 9px;
}
input.wpcf7-form-control.wpcf7-submit + .ajax-loader{ display: block; margin: 5px auto 0; }
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450; /* Green */
    background: rgb(70 180 80 / 20%);
    color: #000000;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
    border-color: #dc3232; /* Red */
    background: rgb(220 50 50 / 20%);
    color: #000000;
}
.wpcf7 form.spam .wpcf7-response-output {
    border-color: #f56e28; /* Orange */
    background: rgb(245 110 40 / 20%);
    color: #000000;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ffb900; /* Yellow */
    background: rgb(255 185 0 / 20%);
    color: #000000;
}
.form-note {
    font-size: 20px;
    line-height: 25px;
    color: #000000;
    margin-bottom: 40px;
}	
.wpcf7-form .row .col-md-12 input.wpcf7-form-control.has-spinner.wpcf7-submit{
	margin: 10px 0 20px;
	color: #fff !important;
    position: relative;
    height: 70px;
    border: 0;
    padding: 25px 15px !important;
    display: inline-block !important;
    text-align: center;
    transition: all .3s linear 0s;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    min-width: 210px;
    outline: none!important;
    z-index: 1;
    font-size: 16px !important;
    line-height: 19px !important;
    font-weight: 500 !important;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    background-color: transparent !important;
    border-radius: 0 !important;
    background-image: url(images/contact-hexagone.png);
    /*background-image: url(http://promerit.demo1.bytestechnolab.com/wp-content/uploads/2022/03/contact-hexagone.png);*/
    background-size: 100% 100%;
    background-repeat: no-repeat;
    cursor: pointer;
    width: 100%;
}
.wpcf7-form .row .col-md-12 input.wpcf7-form-control.has-spinner.wpcf7-submit:hover{
	background-image: url(images/dark-contact-hexagone.png);
	/*background-image: url(http://promerit.demo1.bytestechnolab.com/wp-content/uploads/2022/03/dark-contact-hexagone-1.png);*/
}
.wpcf7-form .wpcf7-spinner{display: block; margin: 0px auto;}
.page-id-166 header.site-header,
.page-id-244 header.site-header,
.page-id-168 header.site-header,
.page-id-222 header.site-header{
	background: #081E2E;
} 
.single.single-insights .entry-content .elementor-section .elementor-widget-text-editor ul,
.page-id-166 .entry-content .elementor-section .elementor-widget-text-editor ul,
.page-id-244 .entry-content .elementor-section .elementor-widget-text-editor ul,
.page-id-168 .entry-content .elementor-section .elementor-widget-text-editor ul,
.page-id-222 .entry-content .elementor-section .elementor-widget-text-editor ul{
	margin-left: 25px;
    padding-left: 0px;
} 
.single.single-insights .entry-content .elementor-section .elementor-widget-text-editor ul li,
.page-id-166 .entry-content .elementor-section .elementor-widget-text-editor ul li,
.page-id-244 .entry-content .elementor-section .elementor-widget-text-editor ul li,
.page-id-168 .entry-content .elementor-section .elementor-widget-text-editor ul li,
.page-id-222 .entry-content .elementor-section .elementor-widget-text-editor ul li{
	line-height: 1.3em;
    font-size: 20px;
    margin-bottom: 5px;
} 
.french_language  .en-tel{
	display: none;
}
.english_language .fr-tel{
	display: none;
}
#read-more-link{
	cursor: pointer;
}
.read-more-wrap.show-more {
	display: none;
}
.read-more-wrap ~ section.elementor-section{
	display: none;
}
.read-more-wrap.show-more ~ section.elementor-section{
	display: block;
}
.read-more-wrap ~ section.elementor-section.other_articles_sec,
.read-more-wrap ~ section.elementor-section.contact-link-band{
	display: block;
}

/* End Home Page */
@media screen and (min-width: 1480px) {
	.product-drop-item{
		background-size: contain !important;
	}
}
@media screen and (min-width: 768px) {
	.mob-back-img > .elementor-widget-container {
	    background-color: transparent !important;
	}
}
@media screen and (max-width: 1920px) {
	footer .footer-container{
		padding: 0 160px;
	}
	footer aside.widget-area.social-media-wrap{
		left: 50px;
	}
	.copy-right-wrap{
		right: 50px;
	}
}

@media screen and (max-width: 1681px) {
	.wp-megamenu-wrap .wpmm-nav-wrap > ul > li{
		margin: 0 12px;
	}
	.wp-megamenu-wrap .wpmm-nav-wrap > ul > .wpml-ls-current-language{
		margin-left: 15px;
	}
	.contact-details-wrap > .elementor-container > .elementor-column > .elementor-widget-wrap.elementor-element-populated {
	    padding: 80px 50px;
	}
}
@media screen and (max-width: 1481px) {
	.wp-megamenu-wrap .wpmm-nav-wrap > ul > li{
		margin: 0 8px;
	}
	.wpmm_brand_logo_wrap img{
		max-width: 200px;
	}
	footer.site-footer .footer-left-wrap{
		padding-right: 50px;
	}
	.testimonial-slider.slick-slider:after{
		left: -46%;
	}
	.fancy-head-wrap a{
		margin-right: 50px;
	}
	.left-testimonial-side {
		width: 28% !important;
	}
	.right-testimonial-side{
		width: 72% !important;
	}
	.bottom-img-content-desc p{
		white-space: nowrap;
	}
	.review-slider-wrap .slick-arrow{
		left: -37.3%;
	}
	.testimonial-slider.slick-slider:after {
	    left: -31%;
	}
	.wpcf7-form .form-group input[type="text"], .wpcf7-form .form-group input[type="email"], .wpcf7-form .form-group input[type="url"], .wpcf7-form .form-group input[type="password"], .wpcf7-form .form-group input[type="search"], .wpcf7-form .form-group input[type="number"], .wpcf7-form .form-group input[type="tel"], .wpcf7-form .form-group input[type="range"], .wpcf7-form .form-group input[type="date"], .wpcf7-form .form-group input[type="month"], .wpcf7-form .form-group input[type="week"], .wpcf7-form .form-group input[type="time"], .wpcf7-form .form-group input[type="datetime"], .wpcf7-form .form-group input[type="datetime-local"], .wpcf7-form .form-group input[type="color"], .wpcf7-form .form-group input:focus{
		height: 60px;
	}
	.wpcf7-form .form-group textarea{min-height: 250px;}
}
@media screen and (max-width: 1367px) {
	footer.site-footer .footer-left-wrap{
		padding-right: 60px;
	}
	footer aside.widget-area.social-media-wrap{
		left:30px;
	}
	.copy-right-wrap{
		right: 30px;
	}
	footer .footer-container{
		padding: 0 120px;
	}
	.full-contact-link-wrap{
		padding: 128px 60px 128px 90px;
	}
}
@media screen and (max-width: 1365px) {
	.wp-megamenu-wrap .wpmm-nav-wrap > ul > li > ul.wp-megamenu-sub-menu{
		width: 930px !important;
	}
}

@media screen and (max-width: 1281px) {
	.main-navigation{
		padding: 0 20px;
	}
	.wp-megamenu-wrap .wpmm-nav-wrap > ul > li{
		margin: 0 8px;
	}
	.wp-megamenu-wrap .wpmm-nav-wrap > ul > .wpml-ls-current-language{
		margin-left: 0px;
	}
	.slider-wrap{
		padding: 60px 35px 35px;
	}
	.slider-wrap .testimonial-content p{
		padding-right: 0;
	}
	.fancy-head-wrap a{
		margin-right: 0;
		margin-left: 50px;
	}
	.head-contact-wrap{
		right: 30px;
	}
	.contact-details-wrap > .elementor-container > .elementor-column > .elementor-widget-wrap.elementor-element-populated {
	    padding: 80px 30px;
	}
}

@media screen and (max-width: 1181px) {
	.wp-megamenu-wrap .wpmm-nav-wrap > ul > li {
	    margin: 0 12px;
	}
	.head-contact-wrap .promerit-global-btn	{
		min-width: 125px;
	}
	.main-navigation{
		padding: 0 30px;
	}
	.head-contact-wrap{
		right: 30px;
	}
	.wp-megamenu-wrap .wpmm-nav-wrap > ul > .wpml-ls-current-language{
		margin-left: 0px;
	}
	.wp-megamenu-wrap .wpmm-nav-wrap > ul > li > ul.wp-megamenu-sub-menu{
		padding: 25px !important;
		width: 865px !important;
	}
	footer.site-footer{
		padding-top: 50px;
	}
	.copy-right-wrap{
		right: 30px;
	}
	.right-sidebar-wrap aside.widget-area a{
		font-size: 16px;
	}
	.right-sidebar-wrap li{
		margin-bottom: 10px;
	}
	footer.site-footer .footer-left-wrap{
		padding-right: 30px;
	}
	footer.site-footer .brand-back-img{
		bottom: 150px;
		max-width: 180px;
	}
	.responsive-back-img {
		background-size: 80% !important;
	}
	.testimonial-slider.slick-slider:after{
		left: -30.3%;
	}
	.fancy-head-wrap h4{
		font-size: 30px !important;
	}
	.related_post > .row{
		padding: 0 10px;
	}
	.wpcf7-form .row .col-md-12 input.wpcf7-form-control.has-spinner.wpcf7-submit{
		background-image: url(images/large-btn.png);
		/*background-image: url(http://promerit.demo1.bytestechnolab.com/wp-content/uploads/2022/03/large-btn.png);*/
	}
	.wpcf7-form .row .col-md-12 input.wpcf7-form-control.has-spinner.wpcf7-submit:hover{
		background-image: url(images/large-btn-hover.png);
		/*background-image: url(http://promerit.demo1.bytestechnolab.com/wp-content/uploads/2022/03/large-btn-hover.png);*/
	}
}
@media screen and (max-width: 1181px) and  (min-width: 1025px){
	/*.wpmm_brand_logo_wrap img{
		max-width: 145px;
	}
	header#masthead .wp-megamenu-wrap .wpmm-nav-wrap > ul{
		margin-left: 160px;
	}*/
	.wp-megamenu-wrap .wpmm-nav-wrap > ul > li {
	    margin: 0 5px;
	}
	.wp-megamenu-wrap .wpmm-nav-wrap > ul > li > a{
		font-size: 14px !important;
	}
}
@media screen and (min-width: 1025px) {
	.desktop-none{
		display: none !important;
	}
	.wp-megamenu-wrap .wpmm-nav-wrap > ul > li > ul.wp-megamenu-sub-menu,
	.wp-megamenu-wrap .wpmm-nav-wrap > ul > li:hover ul.wp-megamenu-sub-menu {
		/* transition: all ease .4s; */
	}
	.wp-megamenu-wrap .wpmm-nav-wrap > ul > li:first-child:after {
		z-index: 999;
		content: '';
		width: 0px;
		height: 0px;
		/* background-color: #000; */
		border-bottom: 15px solid #fff;
		border-left: 15px solid transparent;
		border-right: 15px solid transparent;
		position: absolute;
		bottom: 0;
		/*left: 23px;*/
		margin-left: -50px;
		/*margin-left: -55px;*/
		opacity: 0;
		/* transition: all ease .4s; */
	}
	.wp-megamenu-wrap .wpmm-nav-wrap > ul > li:first-child:before{
		z-index: 999;
	    content: '';
	    width: 0px;
	    height: 0px;
	    border-bottom: 19px solid #fff;
	    border-left: 14px solid transparent;
	    border-right: 14px solid transparent;
	    position: absolute;
	    top: -8px;
	    margin-left: 22px;
	    transform: rotate(180deg);
	    opacity: 0;
	}
	.wp-megamenu-wrap .wpmm-nav-wrap > ul > li:first-child:hover:after{
		opacity: 1;
		/* transition: all ease .4s; */
	}
	header#masthead .wp-megamenu-wrap .wpmm-nav-wrap > ul li.wpmm_mega_menu > .wp-megamenu-sub-menu > li:first-child{
		display:none;
	}
	header#masthead .wp-megamenu-wrap .wpmm-nav-wrap > ul li.wpmm_mega_menu b.fa.fa-caret-right:before{content: "";}
}
@media screen and (max-width: 1024px) and (min-width:992px) { 
    .left-content-wrap{
    	margin-right: 50%;
    }
}

@media screen and (max-width: 1024px) {
	.mob-sticky-header .site-branding {
	    display: block !important;
	}
	.mob-sticky-header .site-branding {
	    display: block !important;
	    position: absolute;
	    max-width: 45px;
	    top: 14px;
	    z-index: 999999;
	}
	.mob-sticky-header header#masthead .wpmm-nav-wrap .wpmm_brand_logo_wrap{
		display: none;
	}
	.customer-head h2 {
	    font-size: 40px !important;
	    line-height: 40px !important;
	}
	.testimonial-slider.nomoreslide{
		margin-bottom: -70px;
	}
	header#masthead .wp-megamenu-wrap .wpmm-nav-wrap > ul{
		display: none;
	}
	header#masthead{
		position: fixed;
		background: #081E2E;
		z-index: 999;
	}
	.wpmm_brand_logo_wrap img{
		max-width: 155px;
	}
	.head-contact-wrap a.promerit-global-btn{ 
		display: none !important;
	}
	.wpmm-mobile-menu a.wpmm_mobile_menu_btn{
		margin-left: auto !important;
	}
	.mob-toggle {
		display: block;
		position: absolute;
		right: 20px;
		height: 35px;
		width: 41px;
		top: 13px;
	}
	.mob-toggle span{
		display: block;
	}
	.mob-toggle svg {
		width: 41px;
		height: 35px;
	}
	header#masthead .wp-megamenu-wrap .wpmm-nav-wrap > ul li.wpmm_mega_menu b.fa.fa-caret-right {
	    position: absolute;
	    right: -47px;
	    top: 20px;
	    width: 30px;
	    opacity: 0;
	    z-index: 999;
	}
	header#masthead .wp-megamenu-wrap .wpmm-nav-wrap > ul li.wpmm_mega_menu b.fa.fa-caret-right:before{content: "\f0da";}
	.mob-toggle span.toggle-bar {
		height: 1px;
		width: 19px;
		background: #fff;
		display: block;
		position: relative;
		top: 18px;
		text-align: center;
		margin: auto;
	}
	.mob-toggle span.toggle-bar:before, .mob-toggle span.toggle-bar:after{
		content: '';
		width: 11px;
		height: 1px;
		background-color: #fff;
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
	}
	.mob-toggle span.toggle-bar:before{
		top:-4px
	}
	.mob-toggle span.toggle-bar:after{
		bottom:-4px
	}
	.wpmm-mobile-menu a.wpmm_mobile_menu_btn{
		height: 35px;
		width: 41px;
		opacity: 0;
	}
	.main-navigation{
		padding: 0 20px;
	}
	#wp-megamenu-menu-1.wpmm-mobile-menu{
		padding: 1px 0;
	}
	header#masthead .wp-megamenu-wrap .wpmm-nav-wrap > ul {
		margin: auto;
		position: fixed;
		top: 60px;
		background: #EDEDED;
		height: 100vh;
		padding-top: 50px;
		/* display: flex !important; 
		align-items: center;
		justify-content: center;
    	flex-direction: column;*/
		height: calc(100vh - 60px);
		overflow: scroll;
	}
	.wp-megamenu-wrap .wpmm-nav-wrap > ul > li > a{
		line-height: 54px;
		text-align: center;
		letter-spacing: 0.769231px;
		font-weight: 500;
		color: #081E2E;
		padding: 0px 0px !important;
		font-size: 20px !important;
		display: table;
		margin: auto;
	}
	.wp-megamenu-wrap .wpmm-nav-wrap > ul > li.promerit-global-btn{
		margin-top: 60px !important;
	}
	.wp-megamenu-wrap .wpmm-nav-wrap > ul > li.promerit-global-btn > a{
		line-height: 20px;
	}
	.wp-megamenu-wrap .wpmm-nav-wrap > ul > li.mob-linkedin-link {
		margin-top: 60px !important;
		background-image: url(images/social-icon.png);
		background-repeat: no-repeat;
		height: 49px;
		width: 58px !important;
	}
	.wp-megamenu-wrap .wpmm-nav-wrap > ul > li.mob-linkedin-link > a{
		height: 49px;
		width: 58px !important;
	}
	header#masthead .wp-megamenu-wrap .wpmm-nav-wrap > ul li.wpmm_mega_menu.mob-linkedin-link:before{
		content: none !important;
	}
	.mob-mega-menu-show + .topbar-lang-switcher + .mob-toggle .toggle-bar{
		width: 11px;
	}
	.mob-mega-menu-show + .topbar-lang-switcher + .mob-toggle .toggle-bar:after,
	.mob-mega-menu-show + .topbar-lang-switcher + .mob-toggle .toggle-bar:before{
		content: none !important;
	}
	header#masthead .wp-megamenu-wrap .wpmm-nav-wrap > ul > li {
		position: relative;
		display: table !important;
		width: auto;
		margin: auto;
	}
	header#masthead .wp-megamenu-wrap .wpmm-nav-wrap > ul li.wpmm_mega_menu:before{
		content: '' !important;
		position: absolute;
		width: 22px;
		height: 18px;
		background-image: url(images/arrow.png);
		background-repeat: no-repeat;
		right: 0;
		left: 118px;
		margin: auto;
		top: 18px;
		z-index: 999;
	}
	header#masthead .wp-megamenu-wrap .wpmm-nav-wrap > ul li.wpmm_mega_menu.fr-expertise:before{
		left: 150px;
	}
	header#masthead .wp-megamenu-wrap .wpmm-nav-wrap > ul li.wpmm_mega_menu > .wp-megamenu-sub-menu {
		display: block;
		position: fixed;
		height: 100%;
		width: 100% !important;
		z-index: 9999;
		background: #EDEDED;
		top: 60px;
		height: calc(100vh - 60px);
		overflow: scroll;
		margin-left: 100% !important;
		transition: all ease .5s;
		box-shadow: none;
		padding: 6px 40px 40px !important;
	}
	header#masthead .wp-megamenu-wrap .wpmm-nav-wrap > ul li.wpmm_mega_menu.mob-mega-submenu-show > .wp-megamenu-sub-menu{
		margin-left: 0 !important;
		transition: all ease .5s;
		box-shadow: 0px 9px 41px rgb(0 0 0 / 25%);
		left: 0 !important;
	}
	header#masthead .wp-megamenu-wrap .wpmm-nav-wrap > ul li.wpmm_mega_menu > .wp-megamenu-sub-menu > li:first-child{
		height: auto;
	}	
	header#masthead .wp-megamenu-wrap .wpmm-nav-wrap > ul li.wpmm_mega_menu > .wp-megamenu-sub-menu > li> ul >li{
		border-top: 1px solid #737B81;
		padding: 18px 0 12px;
	}
	#wp-megamenu-menu-1.wp-megamenu-wrap .wpmm-nav-wrap > ul > li > ul.wp-megamenu-sub-menu .textwidget > p > a{
		margin: 0 0 7px 0;
	}
	#wp-megamenu-menu-1>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li a {
		font-size: 14px !important;
		line-height: 19px;
	}
	.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu > li.wpmm-row > ul.wp-megamenu-sub-menu > li{
		width: 100% !important 	;
	}
	header#masthead .wp-megamenu-wrap .wpmm-nav-wrap > ul li.wpmm_mega_menu > .wp-megamenu-sub-menu > li:first-child > ul > li{
		border-top: none;
	}
	header#masthead .wp-megamenu-wrap .wpmm-nav-wrap > ul li.wpmm_mega_menu > .wp-megamenu-sub-menu > li:first-child > ul > li h4{
		color: #081E2E;
		letter-spacing: 1px;
		text-transform: uppercase;
		font-size: 18px !important;
		line-height: 20px !important;
		position: relative;
		font-weight: 500 !important;
		padding-left: 35px;
		position: relative;
		margin-bottom: 20px;
		/*margin-left: -25px;*/
	}
	header#masthead .wp-megamenu-wrap .wpmm-nav-wrap > ul li.wpmm_mega_menu > .wp-megamenu-sub-menu > li:first-child > ul > li h4:before{
		content: '' !important;
		position: absolute;
		width: 22px;
		height: 18px;
		background-image: url(images/arrow.png);
		background-repeat: no-repeat;
		left: 0;
		top: 0;
		z-index: 999;
		transform: rotate(-180deg);
	}
	.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > .wpml-ls-current-language {
		position: fixed !important;
		top: 20px !important;
		z-index: 999999;
		right: 105px;
		width: 95px !important;
	}
	.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > .wpml-ls-current-language ul.wp-megamenu-sub-menu{
		display: block !important;
		top: -23px !important;
    	left: 10px !important;
		background: transparent !important;
		width: 35px !important;
	}
	.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > .wpml-ls-current-language > a{
		margin-left: auto !important;
		margin-right: 0 !important;
	}
	.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > .wpml-ls-current-language > a > span{
		color: #3FA9F5 !important;
		font-weight: 600;
	}
	.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > .wpml-ls-current-language ul.wp-megamenu-sub-menu li{
		padding-right: 15px;
	}
	.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > .wpml-ls-current-language > a > span{
		color: #3FA9F5;
	}
	.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > .wpml-ls-current-language ul.wp-megamenu-sub-menu li:after{
		content:"|";
		position: absolute;
		top: -3px;
		left: 32px;
		color: #fff;
	}
	.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > .wpml-ls-current-language li#wp-megamenu-item-wpml-ls-3-en a span{
		padding: 0;
		width: 16px !important;
	}
	.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > .wpml-ls-current-language li#wp-megamenu-item-wpml-ls-3-fr a span{
		padding: 0;
		width: 16px !important
	}
	.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > .wpml-ls-current-language a span {
		/*color: #fff !important;*/
		font-size: 16px;
		height: 20px;
		line-height: 20px;
		margin-top: 0px;
	}
	.wp-megamenu-wrap .wpmm-nav-wrap > ul > .wpml-ls-current-language > a > span{
		color: #fff;
	}
	.copy-right-wrap{
		right: 20px;
	}
	footer aside.widget-area.social-media-wrap{
		left: 20px;	
	}
	footer .footer-container{
		padding: 0 100px;
	}
	.review-slider-wrap .slick-arrow {
	    position: absolute;
	    bottom: -95px;
	    left: calc(50% - 30px);
	    cursor: pointer;
	    right: auto;
	    margin: auto;
	    transform: translateX(-50%);
	}
	.testimonial-slider.slick-slider:after {
	    left: 0;
	    right: 0;
	    margin: auto;
	    text-align: center;
	    bottom: -95px;
	    pointer-events: none;
	}
	.full-contact-link-wrap{
		padding: 60px 0px 60px 50px;
	}
	.review-slider-wrap .slick-slide.slick-current.slick-active > div{
		margin-left: 0;
		margin-right: 10px;
	}
	.review-slider-wrap .slick-slide.slick-active:not(.slick-current) > div{
		margin-right: 0 ;
		margin-left: 10px;
	}
	footer.site-footer .footer-left-wrap .site-info:nth-child(2) aside.widget-area .textwidget > p > a{
		display: block;
	}
	footer.site-footer .footer-left-wrap .site-info:nth-child(2) aside.widget-area .textwidget > p > a{
		margin-right: 30px;
	}
	footer.site-footer .footer-left-wrap .site-info:nth-child(2) aside.widget-area .textwidget > p > a:after{
		right: -30px;
	}
	.malti-brand-section .background-half-width-img .elementor-widget-wrap img {
	    object-fit: contain;
	}
	/* .malti-brand-section .background-half-width-img div {
	    height: auto;
	} */
	.accordion-wrap .elementor-tab-title svg{
		margin-top: 5px;
	}
	.responsive-center-img{
		left: auto !important;
	}
	.circle-line-counter .elementor-counter span.elementor-counter-number-suffix {
	    font-size: 42px;
	    vertical-align: middle;
	}
	.fancy-head-wrap{
		padding: 0;
	}
	.fancy-head-wrap:after{
		height: 200px;
	}
	.related_post .img-wrap .promerit-global-hexbtn.linear-btn {
	    position: absolute;
	    top: 20px;
	    right: 7px;
	}
	.fancy-head-wrap h4{
		font-size: 20px !important;
		line-height: 28px !important;
		padding: 40px 20px 35px 0;
	}
	.related_post > .row > div{
		padding: 0 10px;
	}
	.related_post > .row {
	    display: flex;
	    margin-left: -10px;
	    margin-right: -10px;
	    padding: 0px;
	}
	.fancy-head-wrap a{
		font-size: 18px !important;
		line-height: 20px !important;
		margin-left: 30px;
	}
	.related_post .img-wrap, .related_post .img-wrap a > img{
		max-height: 140px;
		min-height: 140px;
	}
	.related_post .blog-info{
		margin-top: 20px;
	}
	.related_post .blog-info .blog-title a h4{
		font-size: 20px;
	}
	.related_post .blog-info .blog-btn{
		margin-right: 0;
	}
	header#masthead .wpmm-nav-wrap .wpmm_brand_logo_wrap{
		top: 13px;
	}
	.related_post .blog-info .blog-title {
	    flex: 0 0 calc(100% - 75px);
	    max-width: calc(100% - 75px);
	}
	.wpcf7-form .row .col-md-6{
		flex: 0 0 100%;
    	max-width: 100%;
	}
	.icon-list-holder{
		width: 100% !important;
		max-width: 100% !important;
	}
	.address-holder {
	    width: 100% !important;
	    max-width: 100% !important;
	    margin-bottom: 35px !important;
	}
	#mce-success-response,
	#mce-error-response {
		font-size: 16px;
		padding: 20px;
	}
	.prelam.br-none br{
		display: none;
	}
}
@media screen and (min-width: 992px) {
	footer.site-footer .footer-left-wrap ul, .right-sidebar-wrap aside.widget-area ul{
		display: block ! important;
	}
	footer.site-footer .footer-left-wrap  .site-info:nth-child(2) aside.widget-area .textwidget > p > a + b{
		display: none !important;
	}
}
@media screen and (max-width: 991px) {
	footer.site-footer{
		display: block;
		padding-top: 35px;
	}
	footer .footer-container{
		padding: 0 20px;
	}
	footer.site-footer .footer-left-wrap .site-info{
		display: block;
		margin-bottom: 20px;
		padding-top: 24px;
		
	}
	footer.site-footer .footer-left-wrap{
		padding-right: 0;
	}
	footer.site-footer .footer-left-wrap h2{
		margin-bottom: 18px;
	}
	footer.site-footer .footer-left-wrap .textwidget > p > a{
		font-size: 19px;
		line-height: 22px;
		letter-spacing: 0.5px;
		font-weight: 600;
		color: #FFFFFF;
		position: relative;
	}
	footer.site-footer .footer-left-wrap  .site-info:nth-child(2) aside.widget-area .textwidget > p > b{
		display: none;
	}
	footer.site-footer .footer-left-wrap  .site-info:nth-child(2) aside.widget-area .textwidget > p > a + b{
		display: block !important;
	}
	footer.site-footer .footer-left-wrap  .site-info:nth-child(2) aside.widget-area .textwidget > p{
		position: relative;
	}
	footer.site-footer .footer-left-wrap  .site-info:nth-child(2) aside.widget-area .textwidget > p > b:after{
		content: '';
		position: absolute;
		width: 0;
		height: 0;
		border-top: 12px solid #fff;
		border-right: 6px solid transparent;
		border-left: 6px solid transparent;
		right: 0;
		top: 6px;
		border-radius: 2px;
		transform: rotate(0deg);
		transition: all ease .4s;
		z-index: 99;
	}
	footer.site-footer .footer-left-wrap .site-info:nth-child(2) aside.widget-area .textwidget > p > b{
        /*position: absolute;
	    right: 0;
	    height: 20px;
	    width: 20px;
	    opacity: 0;
	    z-index: 999;
	    top: 0;*/
	}
	footer.site-footer .footer-left-wrap .site-info:nth-child(2) aside.widget-area .textwidget > p > b.active:after{
		transform: rotate(-180deg);
		transition: all ease .4s
		/*color: #3FA9F5;*/
		/*border-color: #3FA9F5;*/
	}
	footer.site-footer .footer-left-wrap .site-info{
		padding-bottom: 0;
		margin-bottom: 40px;
	}
	footer.site-footer .footer-left-wrap .site-info aside.widget-area{
		padding-right: 0;
	}
	footer.site-footer .footer-left-wrap .site-info ul.menu{
		display: none;
	}
	footer.site-footer .footer-left-wrap .site-info:last-child  ul.menu{
		display: block !important;
	}
	footer.site-footer .footer-left-wrap .site-info:last-child{
		display: flex;
		flex-direction: column;
		border-top: none;
		margin: 0;
		padding: 0;
	}
	footer.site-footer .footer-left-wrap .site-info:last-child > aside.widget-area:nth-child(1){
		order:3;
		margin-bottom: 5px;
		padding-top: 90px;
	}
	footer.site-footer .footer-left-wrap .site-info:last-child  > aside.widget-area:nth-child(2){
		order:1;
		margin: 45px 0 70px;
	}
	footer.site-footer .footer-left-wrap .site-info:last-child > aside.widget-area:nth-child(3){
		order:2;
		margin-bottom: 40px;
	}
	footer.site-footer .footer-left-wrap .site-info:last-child > aside.widget-area:nth-child(4){
		order:2;
		margin-bottom: 30px;
	}
	footer.site-footer .footer-left-wrap .site-info:last-child > aside.widget-area:nth-child(2) li a{
		font-size: 13px;
		line-height: 29px;
		letter-spacing: 0.5px;
		color: #8CC7F1;
		opacity: 0.5;
		margin-bottom: 10px;
		display: block;
	}
	footer.site-footer .footer-left-wrap .site-info:nth-child(2) aside.widget-area .textwidget > p > a{
		color: #3FA9F5;
	}
	.right-sidebar-wrap{
		margin-top: 15px;
	}
	.copy-right-wrap{
		position: relative;
		bottom: auto;
		left: 0px;
		right: auto;
		margin-top: 15px;
		padding-left: 20px;
		pointer-events: none;
	}
	footer.site-footer .footer-left-wrap .site-info:last-child .right-sidebar-wrap ul li a{
		font-size: 21px;
		line-height: 25px;
		letter-spacing: 0.75px;
		text-transform: uppercase;
		color: #3FA9F5;
		opacity: 1;
		margin-bottom: 12px;
		display: inline-block;
	}
	footer.site-footer .footer-left-wrap .site-info:last-child .right-sidebar-wrap aside.widget-area{
		padding-bottom: 0px;
	}
	footer.site-footer .footer-left-wrap .site-info:last-child > aside.widget-area:nth-child(1) .widget_nav_menu {
		margin-bottom: 0;
	}
	footer.site-footer .footer-left-wrap .site-info:last-child > aside.widget-area:nth-child(1){
		padding-bottom: 10px;
	}
	.copy-right-wrap p{
		margin-top: 0;
	}
	footer.site-footer .brand-back-img {
		bottom: 37%;
		max-width: 140px;
	}
	footer .back-to-top-holder {
		top: auto;
		bottom: 35px;
		right: 40px;
	}
	footer aside.widget-area.social-media-wrap{
		bottom: 210px;
	}
	footer.site-footer .footer-left-wrap .site-info:last-child > aside.widget-area:nth-child(1) .widget_nav_menu ul li{
		margin-top: 25px;
	}
	footer.site-footer .footer-left-wrap .site-info:last-child > aside.widget-area:nth-child(1) .widget_nav_menu ul li a{
		font-size: 13px;
    	font-weight: 500;
    	letter-spacing: 0.5px;
	}
	.right-content-wrap.tablet-space > .elementor-widget-wrap.elementor-element-populated{
		padding: 0px !important;
	}
	.right-content-wrap.tablet-space p br{
		display: none;
	}
	.angle-link.tablet-fixed > .elementor-widget-container{
		margin-left: 30px !important;
	}
	.left-testimonial-side {
		width: 100% !important;
	}
	.right-testimonial-side{
		width: 100% !important;
	}
	.description-space .elementor-container > .elementor-column {
	    margin: 0 !important;
	}
	.pum-theme-enterprise-blue .pum-container {max-width: 80% !important; width: 80% !important;}
	.wpcf7-form .row .col-md-12 input.wpcf7-form-control.has-spinner.wpcf7-submit{
		background-image: url(images/ipad-potrait-btn.png);
		/*background-image: url(http://promerit.demo1.bytestechnolab.com/wp-content/uploads/2022/03/ipad-potrait-btn-1.png);*/
	}
	.wpcf7-form .row .col-md-12 input.wpcf7-form-control.has-spinner.wpcf7-submit:hover{
		background-image: url(images/ipad-potrait-btn-hover.png);
		/*background-image: url(http://promerit.demo1.bytestechnolab.com/wp-content/uploads/2022/03/ipad-potrait-btn-hover.png);*/
	}
}

@media screen and (max-width: 767px) {
	.page-id-166 .entry-content .elementor-section .elementor-widget-text-editor ul li,
	.page-id-244 .entry-content .elementor-section .elementor-widget-text-editor ul li,
	.page-id-168 .entry-content .elementor-section .elementor-widget-text-editor ul li,
	.page-id-222 .entry-content .elementor-section .elementor-widget-text-editor ul li{
		line-height: 1.4em;
		font-size: 15px;
	} 
	.background-img-none {
	    background-image: none !important; 
	}
	.service-content-back{
		background-color: #4D95E1; 
	}
	.hero-band-link-box {
	    position: relative;
	    left: -30px;
	}
	.full-contact-link-wrap {
	    padding: 0px;
	    display: block;
	    margin: 0;
	}
	.full-contact-link-wrap img.right-hexagon-shap{
		display: none;
	}
	.pm-contact-us-button {
	    text-align: center;
	    margin-top: 40px;
	}
	.full-contact-link-wrap h2{
		font-size: 28px !important;
		line-height: 33px !important;
		margin-bottom: 28px;
	}
	.full-contact-link-wrap p{
		font-size: 18px;
		line-height: 22px;
	}
	.hero-band-link-box:after{
		z-index: -1;
	}
	.contact-link-band{
		background-color: #3FA9F5; 
	}
	.background-half-width-img{
		position: static !important;
		width: 100% !important;
		padding: 0 20px !important
	}
	.right-content-wrap {
	    margin-left: 0% !important;
	}
	.customer-head h2{
		font-size: 40px !important;
		line-height: 42px !important;
		margin-bottom: 20px;
	}
	.slider-wrap {
	    padding: 27px 27px 35px;
	}
	.slider-wrap .testimonial-title h2{
		margin-bottom: 35px;
	}
	.bottom-img-content-desc{
		flex-direction: column-reverse;
	}
	.bottom-img-content-desc p{
		font-weight: 500;
	}
	.bottom-img-content-desc .testimonial-image{
		margin-right: 0;
		margin-top: 20px;
	}
	.review-slider-wrap .slick-arrow, .testimonial-slider.slick-slider:after{
		    bottom: -95px;
	}
	/*.testimonial-slider.slick-slider:after{left: 48%;}*/
	.review-slider-wrap .slick-slide.slick-current.slick-active > div{
		/*margin-right: 5px;
		margin-left: 6px;*/
	}
	.review-slider-wrap .slick-slide.slick-current.slick-active > div{
		margin-right: 27px;
	}
	.review-slider-wrap .slick-slide > div{
		margin-left: -20px;
	}
	.right-testimonial-side > .elementor-widget-wrap.elementor-element-populated {
	    padding: 0 0 0 10px !important;
	}
	.bottom-img-content-desc{
		align-items: flex-start;
	}
	.review-slider-wrap  .slick-list.draggable{
		overflow: visible;
	}
	.review-slider-wrap {
	    overflow: hidden;
	}
	.before-right-shape-wrap:before, .before-right-shape-wrap:after{
		content: none;
	}
	.accordion-wrap .elementor-tab-title{
		display: flex;
	    align-items: center;
	    flex-direction: row-reverse;
	}
	.br-none br{
		display: none;
	}
	.mob-back-img > .elementor-widget-container {
	    background-repeat: no-repeat;
	    background-size: 100% 100%;
	    background-position: center;
	}
	.mob-back-img .elementor-image-box-title span {
	    display: block;
	    font-size: 32px;
	    line-height: 37px;
	    text-align: center;
	    letter-spacing: 1.14286px;
	    text-transform: uppercase;
	    color: #FFFFFF;
	    font-weight: 500;
	}
	.mob-back-img  .elementor-image-box-description, .mob-back-img  .elementor-image-box-title{
		color: #fff !important;
	}
	.circle-line-counter .elementor-counter span.elementor-counter-number-suffix {
	    font-size: 28px;
	}
	.proced-listing li.elementor-icon-list-item {
	    align-items: flex-start;
	}
	.proced-listing li.elementor-icon-list-item span.elementor-icon-list-icon{
		margin-top: 5px;
	}
	.fancy-head-wrap{
	    width: 100%;
	    display: block;
	    padding: 20px;
	    margin-bottom: 25px;
	    background: transparent;
	    background-image: url("images/article-back.png");
	    /*background-image: url("http://promerit.demo1.bytestechnolab.com/wp-content/uploads/2022/03/article-back.png");*/
	    background-repeat: no-repeat;
	    background-position: bottom;
    	background-size: cover;
	}
	.fancy-head-wrap h4{
		font-size: 22px !important;
	    line-height: 26px !important;
	    text-align: center;
	    letter-spacing: 0.785714px !important;
		text-transform: uppercase;
		font-weight: 500;
		color: #737B81;
		padding: 30px 50px 100px;
	}
	.fancy-head-wrap:after{
		content: none;
	}
	.related_post > .row{
		flex-direction: column;
	}
	.related_post > .row > div{
		flex: 0 0 100%;
    	max-width: 100%;
	}
	.related_post .img-wrap, .related_post .img-wrap a > img{
		/*max-height: 175px;
		min-height: 175px;*/
		max-height:fit-content;
		min-height: auto;
	}
	.related_post .blog-boxes{
		margin-bottom: 60px;
	}
	.related_post .col-lg-4:last-child .blog-boxes{
		margin-bottom: 30px;
	}
	.related_post .blog-info{
		margin-top: 40px;
	}
	.related_post .blog-info .blog-title a h4{
		font-size: 18px !important;
	    line-height: 22px !important;
	}
	.related_post .img-wrap .promerit-global-hexbtn.linear-btn {
	    top: 20px;
	    right: 10px;
	}
	.related_post .img-wrap .promerit-global-hexbtn.linear-btn a{
		display: none !important;
	}
	.fancy-head-wrap a{
		display: none;
	}
	.full-contact-link-wrap a.promerit-global-btn , .promerit-global-hexbtn a , .wp-megamenu-wrap.wpmm-mobile-menu ul.wp-megamenu li.promerit-global-btn{
	    min-width: 230px;
	}
	.angle-link.tablet-fixed > .elementor-widget-container{
		margin-left: 0 !important;
	}
	.pum-theme-enterprise-blue .pum-container .popmake-title{
		font-size: 25px;
    	line-height: 30px;
	}
	.pum-theme-enterprise-blue .pum-container{
		padding: 50px 30px 30px !important;
	}
	.before-left-shape-wrap.white:before, .before-left-shape-wrap.white:after {
		height: 45px;
		background: #fff;
		top: -43px;
	}
	.before-left-shape-wrap.white:before{
		border-radius: 6px;
	}
	.other_articles_sec .fancy-head-wrap h4 {
		max-width: 276px;
		width: 100%;
		margin: 0 auto;
	}
	.contact-details-wrap > .elementor-container > .elementor-column > .elementor-widget-wrap.elementor-element-populated {
	    padding: 60px 20px;
	}
	.elementor-element.address-holder .elementor-icon-box-wrapper,
	.elementor-element.booking-holder .elementor-icon-box-wrapper{
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}
	.elementor-element.address-holder .elementor-icon-box-wrapper > .elementor-icon-box-icon,
	.elementor-element.booking-holder .elementor-icon-box-wrapper > .elementor-icon-box-icon{
		margin-right: 15px !important;
		margin-top: -1px;
	}
	.elementor-element.booking-holder .elementor-icon-box-wrapper > .elementor-icon-box-content{
		padding-top: 9px;
	}
	.elementor-element.booking-holder{margin-top: 30px !important;}
	.elementor-element.address-holder{margin-bottom: 5px !important;}
	.wpcf7-form .form-group input[type="text"], .wpcf7-form .form-group input[type="email"], .wpcf7-form .form-group input[type="url"], .wpcf7-form .form-group input[type="password"], .wpcf7-form .form-group input[type="search"], .wpcf7-form .form-group input[type="number"], .wpcf7-form .form-group input[type="tel"], .wpcf7-form .form-group input[type="range"], .wpcf7-form .form-group input[type="date"], .wpcf7-form .form-group input[type="month"], .wpcf7-form .form-group input[type="week"], .wpcf7-form .form-group input[type="time"], .wpcf7-form .form-group input[type="datetime"], .wpcf7-form .form-group input[type="datetime-local"], .wpcf7-form .form-group input[type="color"], .wpcf7-form .form-group input:focus{
		height: 52px;
		padding: 10px 15px;
	}
	.wpcf7-form .form-group textarea{
		padding: 10px 15px;
		min-height: 150px;
    	height: 150px;
	}
	.wpcf7-form .form-group > label{font-size: 18px; margin-bottom: 12px;}
	.Joinouremaillist > span.wpcf7-form-control.wpcf7-radio.form-control span.wpcf7-list-item label span.wpcf7-list-item-label{font-size: 16px;}
	.form-note{font-size: 18px;}
	
	.pum-theme-enterprise-blue .pum-container {max-width: 90% !important; width: 90% !important;}
	.pum-theme-enterprise-blue .pum-content p{font-size: 18px;}
	.pum-theme-enterprise-blue .pum-content > p > span{
		font-size: 23px;
		display: block;
		margin: 15px 0px 4px;
	}
	#mce-success-response,
	#mce-error-response {
		font-size: 15px;
		padding: 20px 10px 10px;
	}
	.contour-box-img.br-none br{
		display: block;
	}
	.wpcf7-form .row .col-md-12 input.wpcf7-form-control.has-spinner.wpcf7-submit{
		background-image: url("images/contact-hexagone.png");
		/*background-image: url(http://promerit.demo1.bytestechnolab.com/wp-content/uploads/2022/03/contact-hexagone.png);*/
	}
	.wpcf7-form .row .col-md-12 input.wpcf7-form-control.has-spinner.wpcf7-submit:hover{
		background-image: url("images/dark-contact-hexagone.png");
		/*background-image: url(http://promerit.demo1.bytestechnolab.com/wp-content/uploads/2022/03/dark-contact-hexagone-1.png);*/
	}
}
@media screen and (max-width: 600px) {
	.testimonial-slider.nomoreslide {
	    margin-bottom: 0px;
	}
	.related_post .img-wrap .center-brand-image{
		left: 0;
	    justify-content: flex-start;
	    left: 0;
	    margin: auto;
	}
	.related_post .img-wrap .center-brand-image img{
		max-height: 64px;
	    max-width: 55%;
	    margin-left: 0;
	}
	.list-icon-box .elementor-widget-icon-box .elementor-widget-container{
		min-height: 250px;
	}
}
@media screen and (max-width: 480px){
	.wpcf7-form .row .col-md-12 input.wpcf7-form-control.has-spinner.wpcf7-submit{
		background-image: url("images/ipad-potrait-btn.png");	
		/*background-image: url(http://promerit.demo1.bytestechnolab.com/wp-content/uploads/2022/03/ipad-potrait-btn-1.png);*/
	}
	.wpcf7-form .row .col-md-12 input.wpcf7-form-control.has-spinner.wpcf7-submit:hover{
		background-image: url("images/ipad-potrait-btn-hover.png");	
		/*background-image: url(http://promerit.demo1.bytestechnolab.com/wp-content/uploads/2022/03/ipad-potrait-btn-hover.png);*/
	}
	
}
@media screen and (max-width: 400px){
	.contour-box-img.br-none br{
		display: none;
	}
}

/* Gilroy Font Weight
Gilroy-Bold: 600
Gilroy-Medium: 500
Gilroy-Light: 300

/*font-weight in responsive

1480:
h1: 70px;
h2: 60px;

1024:
h1: 50
h2: 45
h3: 30
h4: 30
h5:*/
























/*------------------------------
---------- Sub Menu -----------
-------------------------------*/
@media screen and (min-width: 1025px){
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu {
    position: relative !important;
}}
body {
    overflow-x: hidden;
}
/* First Child item */

.wp-megamenu .wp-megamenu-wrap ul {
    position: relative;
    display: block;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul > li > a, 
.wp-megamenu-wrap .wpmm-nav-wrap > ul > li .wpmm-search-wrap > a.search-open-icon {
    padding: 0px;
    color: #fff;
    transition: color 400ms;
    display: inline-block;
    margin: 0;
}
@media(max-width:807px){.wp-megamenu-wrap .wpmm-nav-wrap > ul > li > a, .wp-megamenu-wrap .wpmm-nav-wrap > ul > li .wpmm-search-wrap > a.search-open-icon {color: #081E2E;display: table;}}
.wp-megamenu-wrap .wpmm-nav-wrap > ul > li.wpmm-logo-item a {
    background: transparent !important;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul > li > a:after,
.wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li > a:after {
    display: none !important;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul > li > a:hover {
    color: #2964d8;
}
body .wp-megamenu-wrap .wpmm-nav-wrap > ul {
    display: block;
    /*align-items: center;*/
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    left: auto;
    top: auto;
}
.wp-megamenu-wrap .wpmm-nav-wrap ul ul {
    opacity: 1;
    display: block;
    position: relative;
    left: auto;
    top: auto;
    box-shadow: none;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul > li {
    display: inline-block;
    border-top: none;
    position: static;
    line-height: inherit;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul > li.wpmm-strees-default.wpmm-item-fixed-width {
    position: relative !important;
}
.wpmm_vertical_menu.wpmm_vertical_menu_active .wpmm-nav-wrap > ul.wp-megamenu > li {
    position: relative;
}
.wp-megamenu-wrap .wpmm-nav-wrap ul li a:focus {
    outline: 0;
}
/* social share */
/*
.wp-megamenu-wrap .wpmm-nav-wrap > ul > li.wpmm-social-link {
    float: right !important;
}*//*
@media(max-width:767px){
    .wp-megamenu-wrap .wpmm-nav-wrap > ul > li.wpmm-social-link{
        float: none !important; 
    }
}*//*
.wp-megamenu-wrap .wpmm-nav-wrap > ul > li.wpmm-social-link.wpmm-social-index-0 {
    margin-left: auto;
}*//*
.wp-megamenu-wrap .wpmm-nav-wrap > ul > li.wpmm-social-link a {
    padding-left: 10px;
    padding-right: 10px;
}*/
/* Navbar */

.wp-megamenu-wrap {
    z-index: 99999;
}
.wpmm_brand_logo_wrap {
    float: left;
    position: relative;
    z-index: 2;
}
.wpmm_brand_logo_wrap img {
    margin-right: 15px;
}
.wpmm_brand_logo_wrap a {
    padding: 0 !important;
}
.wp-megamenu-wrap {
    position: relative;
}
.wp-megamenu >li > ul.wp-megamenu-sub-menu li > a {
    padding: 0;
    font-size: 14px;
    display: inline-block;
    font-weight: 300;
    color: #444;
    word-wrap: break-word;
    word-break: break-all;
}
.wp-megamenu >li > ul.wp-megamenu-sub-menu li > a:hover {
    color: #2964d8;
}
/*------------------------------
---------- Mega Menu -----------
-------------------------------*/

.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu li.wpmm-col:last-child {
    border: none;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu li.wpmm_mega_menu ul.wp-megamenu-sub-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    left: 0;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu > li.wpmm-row,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > .wpmm-strees-row-container ul.wp-megamenu-sub-menu > li.wpmm-row,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > .wpmm-strees-row-and-content-container ul.wp-megamenu-sub-menu > li.wpmm-row {
    clear: both;
    width: 100%;
    height: 100%;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu li.wpmm_mega_menu .wpmm-strees-row-and-content-container > .wp-megamenu-sub-menu >li {
    padding: 10px 15px;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu li.wpmm_mega_menu .wpmm-strees-row-and-content-container > .wp-megamenu-sub-menu >li > .wp-megamenu-sub-menu >li {
    padding: 15px;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > .wpmm-strees-row-container > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > .wpmm-strees-row-and-content-container > ul.wp-megamenu-sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
    text-align: left;
    /*background: #f5f5f5;*/
    right: auto;
    padding: 0;
    margin: 0;
    border: none;
    line-height: 0;
    display: none;
    font-size: 0;
    width: 100%;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
}
.wpmm-strees-row-container {
    background: #f5f5f5;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul > li.wpmm-strees-row > .wpmm-strees-row-container > ul.wp-megamenu-sub-menu::before,
.wp-megamenu-wrap .wpmm-nav-wrap > ul > li.wpmm-strees-row > .wpmm-strees-row-container > ul.wp-megamenu-sub-menu::after {
    content: "";
    left: -2000px;
    top: 0;
    bottom: 0;
    width: 2000px;
    background: #f5f5f5;
    position: absolute;
    height: 100%;
    z-index: 1;
    display: block;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul > li.wpmm-strees-row > .wpmm-strees-row-container > ul.wp-megamenu-sub-menu::after {
    left: auto;
    right: -2000px;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu li,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > .wpmm-strees-row-container ul.wp-megamenu-sub-menu li,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > .wpmm-strees-row-and-content-container ul.wp-megamenu-sub-menu li {
    font-size: 14px;
    line-height: 1.4;
    position: relative;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu > li.wpmm-row > ul.wp-megamenu-sub-menu li >ul {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: 0;
    margin-top: 0;
    width: 100%;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu > li.wpmm-row > ul.wp-megamenu-sub-menu > li,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > .wpmm-strees-row-container ul.wp-megamenu-sub-menu > li.wpmm-row > ul.wp-megamenu-sub-menu > li {
    padding: 10px 15px;
    box-sizing: border-box;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu > li.wpmm-row > ul.wp-megamenu-sub-menu > li:nth-child(1) {
    z-index: 6;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu > li.wpmm-row > ul.wp-megamenu-sub-menu > li:nth-child(2) {
    z-index: 5;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu > li.wpmm-row > ul.wp-megamenu-sub-menu > li:nth-child(3) {
    z-index: 4;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu > li.wpmm-row > ul.wp-megamenu-sub-menu > li:nth-child(4) {
    z-index: 3;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu > li.wpmm-row > ul.wp-megamenu-sub-menu > li:nth-child(5) {
    z-index: 2;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu > li.wpmm-row > ul.wp-megamenu-sub-menu > li:nth-child(6) {
    z-index: 1;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu > li.wpmm-row > ul.wp-megamenu-sub-menu > li:last-child,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > .wpmm-strees-row-container ul.wp-megamenu-sub-menu > li.wpmm-row > ul.wp-megamenu-sub-menu > li:last-child,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > .wpmm-strees-row-and-content-container ul.wp-megamenu-sub-menu > li.wpmm-row > ul.wp-megamenu-sub-menu > li:last-child {
    border-right: none !important;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu > li.wpmm-row .wp-megamenu-sub-menu li.menu-item-has-children {
    position: relative;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu > li.wpmm-row .wp-megamenu-sub-menu li.menu-item-has-children a {
    display: block;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu > li.wpmm-row .wp-megamenu-sub-menu li.menu-item-has-children a b {
    float: right;
    padding-right: 15px;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu > li.wpmm-row .wp-megamenu-sub-menu li.menu-item-has-children ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu li.wpmm-type-widget .wp-megamenu-sub-menu li .wp-megamenu-sub-menu {
    position: absolute;
    left: 100%;
    width: 250px;
    top: 10%;
    text-align: left;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    transition: all 300ms ease-in-out;
    background: #e7e7e7;
    right: auto;
    padding: 12px 0;
    margin: 0;
    bottom: auto;
    border: none;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu > li.wpmm-row .wp-megamenu-sub-menu li.menu-item-has-children ul.wp-megamenu-sub-menu li {
    padding: 8px 20px;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu > li.wpmm-row .wp-megamenu-sub-menu li.menu-item-has-children ul.wp-megamenu-sub-menu li a {
    margin-bottom: 0;
}
.wpmm-row-content-strees-extra {
    position: absolute;
    left: 0;
    top: 100%;
    text-align: left;
    right: auto;
    width: 100%;
    z-index: 222;
    height: 0;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu > ul.wp-megamenu-sub-menu li a:hover,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu ul.wp-megamenu-sub-menu li a:hover {
    color: #2964d8;
}
/*.wp-megamenu-wrap > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li a {*/

/*padding: 3px 0;*/

/*}*/

/*------------------------------
---------- Drop Down -----------
-------------------------------*/

.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu {
    position: absolute;
    left: 0;
    width: 250px;
    top: 100%;
    text-align: left;
    visibility: hidden;
    transition: all 300ms ease-in-out;
    background: #f5f5f5;
    right: auto;
    padding: 0;
    border: none;
    opacity: 0;
    z-index: -1;
    display: none;
    list-style: none;
    margin: 0;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu li.menu-item-has-children > ul.wp-megamenu-sub-menu {
    left: 100%;
    background: #e7e7e7;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu li.wpmm-submenu-left ul.wp-megamenu-sub-menu {
    left: auto;
    right: 0;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu li.menu-item-has-children.wpmm-submenu-left > ul.wp-megamenu-sub-menu {
    background: #e7e7e7;
    left: auto;
    right: 100%;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li ul.wp-megamenu-sub-menu li.wpmm-submenu-right .wpmm-badge {
    margin-left: 4px;
    top: -1px;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li ul.wp-megamenu-sub-menu li.wpmm-submenu-left .wpmm-badge {
    margin-left: 0;
    margin-right: 4px;
    top: -6px;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu li {
    position: relative;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu li > a {
    padding: 8px 20px;
}
@media (max-width: 768px) {
    .wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu li {
        padding: 3px;
    }
}
.wp-megamenu-wrap ul.wp-megamenu > li,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu li {
    float: none !important;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu li a {
    margin-bottom: 0;
}
ul.wp-megamenu > li.wpmm_dropdown_menu > ul.wp-megamenu-sub-menu li a {
    margin-bottom: 12px;
    padding: 0;
    font-size: 14px;
}
ul.wp-megamenu > li.wpmm_dropdown_menu > ul.wp-megamenu-sub-menu > li:last-child > a {
    margin-bottom: 0;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu > ul.wp-megamenu-sub-menu li a b,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu ul.wp-megamenu-sub-menu li a b {
    float: right;
    line-height: inherit;
    transform: rotate(-90deg);
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu > ul.wp-megamenu-sub-menu li.wpmm-submenu-left > a b {
    float: left;
    margin-right: 6px;
    line-height: inherit;
    transform: rotate(90deg);
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu li.wpmm-row .wp-megamenu-sub-menu li.wpmm-col .wp-megamenu-sub-menu li.wpmm-type-item >a b,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu li.wpmm-type-widget >a b {
    display: none;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu > ul.wp-megamenu-sub-menu li a,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu ul.wp-megamenu-sub-menu li a {
    display: block;
    font-weight: 300;
    transition: 400ms;
    -webkit-transition: 400ms;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu > ul.wp-megamenu-sub-menu li a:hover,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu ul.wp-megamenu-sub-menu li a:hover {
    color: #2964d8;
}
.wp-megamenu-wrap > .wpmm-nav-wrap .wp-megamenu >li > ul.wp-megamenu-sub-menu li.wpmm-type-widget > a,
.wp-megamenu-wrap > .wpmm-nav-wrap .wp-megamenu >li .wpmm-strees-row-container > ul.wp-megamenu-sub-menu li.wpmm-type-widget > a,
.wp-megamenu-wrap > .wpmm-nav-wrap .wp-megamenu >li .wpmm-strees-row-and-content-container > ul.wp-megamenu-sub-menu li.wpmm-type-widget > a {
    color: inherit;
    font-size: 13px;
    font-weight: 600;
    line-height: 25px;
    text-transform: uppercase;
    letter-spacing: 0px;
    margin-bottom: 5px;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu ul.wp-megamenu-sub-menu li.wpmm-type-widget > a {
    font-weight: 600;
}
/*------------------------------
---------- Animations -----------
-------------------------------*/

.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu:hover > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu:hover > .wpmm-strees-row-container > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu:hover > .wpmm-strees-row-and-content-container > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu:hover > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu li.menu-item-has-children:hover > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu > li.wpmm-row .wp-megamenu-sub-menu li.menu-item-has-children:hover > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu li.wpmm-type-widget .wp-megamenu-sub-menu li:hover .wp-megamenu-sub-menu {
    animation-duration: 300ms;
    display: block;
    top: auto;
    opacity: 1;
    z-index: 1;
    visibility: visible;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu.wpmm-fadeinup:hover > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu li.wpmm_dropdown_menu.wpmm-fadeinup ul.wp-megamenu-sub-menu li.menu-item-has-children:hover > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.wpmm-fadeinup:hover > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.wpmm-fadeinup:hover > .wpmm-strees-row-container ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.wpmm-fadeinup:hover > .wpmm-strees-row-and-content-container ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.wpmm-fadeinup > ul.wp-megamenu-sub-menu > li.wpmm-row .wp-megamenu-sub-menu li.menu-item-has-children:hover > ul.wp-megamenu-sub-menu {
    animation-name: wpmmfadeInUp;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu.wpmm-fadein:hover > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu li.wpmm_dropdown_menu.wpmm-fadein ul.wp-megamenu-sub-menu li.menu-item-has-children:hover > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.wpmm-fadein:hover > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.wpmm-fadein:hover > .wpmm-strees-row-container ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.wpmm-fadein:hover > .wpmm-strees-row-and-content-container ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.wpmm-fadein > ul.wp-megamenu-sub-menu > li.wpmm-row .wp-megamenu-sub-menu li.menu-item-has-children:hover > ul.wp-megamenu-sub-menu {
    animation-name: wpmmfadeIn;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu.wpmm-fadeindown:hover > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu li.wpmm_dropdown_menu.wpmm-fadeindown ul.wp-megamenu-sub-menu li.menu-item-has-children:hover > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.wpmm-fadeindown:hover > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.wpmm-fadeindown:hover > .wpmm-strees-row-container ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.wpmm-fadeindown:hover > .wpmm-strees-row-and-content-container ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.wpmm-fadeindown > ul.wp-megamenu-sub-menu > li.wpmm-row .wp-megamenu-sub-menu li.menu-item-has-children:hover > ul.wp-megamenu-sub-menu {
    animation-name: wpmmfadeInDown;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu.wpmm-pulse:hover > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu li.wpmm_dropdown_menu.wpmm-pulse ul.wp-megamenu-sub-menu li.menu-item-has-children:hover > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.wpmm-pulse:hover > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.wpmm-pulse:hover > .wpmm-strees-row-container ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.wpmm-pulse:hover > .wpmm-strees-row-and-content-container ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.wpmm-pulse > ul.wp-megamenu-sub-menu > li.wpmm-row .wp-megamenu-sub-menu li.menu-item-has-children:hover > ul.wp-megamenu-sub-menu {
    animation-name: wpmmpulse;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu.wpmm-ZoomIn:hover > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu li.wpmm_dropdown_menu.wpmm-ZoomIn ul.wp-megamenu-sub-menu li.menu-item-has-children:hover > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.wpmm-ZoomIn:hover > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.wpmm-ZoomIn:hover > .wpmm-strees-row-container ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.wpmm-ZoomIn:hover > .wpmm-strees-row-and-content-container ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.wpmm-ZoomIn > ul.wp-megamenu-sub-menu > li.wpmm-row .wp-megamenu-sub-menu li.menu-item-has-children:hover > ul.wp-megamenu-sub-menu {
    animation-name: wpmmzoomIn;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu.wpmm-slideindown:hover > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu li.wpmm_dropdown_menu.wpmm-slideindown ul.wp-megamenu-sub-menu li.menu-item-has-children:hover > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.wpmm-slideindown:hover > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.wpmm-slideindown:hover > .wpmm-strees-row-container ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.wpmm-slideindown:hover > .wpmm-strees-row-and-content-container ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.wpmm-slideindown > ul.wp-megamenu-sub-menu > li.wpmm-row .wp-megamenu-sub-menu li.menu-item-has-children:hover > ul.wp-megamenu-sub-menu {
    animation-name: wpmmslideInDown;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu.wpmm-slideinup:hover > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu li.wpmm_dropdown_menu.wpmm-slideinup ul.wp-megamenu-sub-menu li.menu-item-has-children:hover > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.wpmm-slideinup:hover > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.wpmm-slideinup:hover > .wpmm-strees-row-container ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.wpmm-slideinup:hover > .wpmm-strees-row-and-content-container ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.wpmm-slideinup > ul.wp-megamenu-sub-menu > li.wpmm-row .wp-megamenu-sub-menu li.menu-item-has-children:hover > ul.wp-megamenu-sub-menu {
    animation-name: wpmmslideInUp;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu.wpmm-flipinx:hover > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu li.wpmm_dropdown_menu.wpmm-flipinx ul.wp-megamenu-sub-menu li.menu-item-has-children:hover > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.wpmm-flipinx:hover > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.wpmm-flipinx:hover > .wpmm-strees-row-container ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.wpmm-flipinx:hover > .wpmm-strees-row-and-content-container ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.wpmm-flipinx > ul.wp-megamenu-sub-menu > li.wpmm-row .wp-megamenu-sub-menu li.menu-item-has-children:hover > ul.wp-megamenu-sub-menu {
    animation-name: wpmmflipInX;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu li.menu-item-has-children:hover > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu > li.wpmm-row .wp-megamenu-sub-menu li.menu-item-has-children:hover > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu li.wpmm-type-widget .wp-megamenu-sub-menu li:hover .wp-megamenu-sub-menu {
    top: 0;
    z-index: 1;
}
/*------------------------------
---------- widget -----------
-------------------------------*/

ul.wp-megamenu li.wpmm-type-widget .wpmm-item-title {
    color: #000000;
    font-size: 13px;
    font-weight: 600;
    line-height: 25px;
    text-transform: uppercase;
    letter-spacing: 0px;
}
ul.wp-megamenu li ul.wp-megamenu-sub-menu .menu-widget-class ul {
    background: none;
    border: none;
    list-style: none;
    padding: 0;
    margin: 0;
    left: 0;
}
ul.wp-megamenu li ul.wp-megamenu-sub-menu .menu-widget-class ul li a {
    padding: 5px 0;
}
#wp-megamenu-top > ul.wp-megamenu li.wpmm-type-widget select {
    border: 1px solid #e5e5e5;
    height: 40px;
    width: 100%;
    font-size: 14px;
}
.wp-megamenu >li > ul.wp-megamenu-sub-menu li > a.wp-megamenu-col-title,
.wp-megamenu >li > ul.wp-megamenu-sub-menu > li .wpmm-item-title {
    color: #000000;
    font-size: 13px;
    font-weight: 600;
    line-height: 25px;
    text-transform: uppercase;
    letter-spacing: 0px;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu li.wpmm-type-widget .calendar_wrap caption {
    padding: 10px 0 12px;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu ul.wp-megamenu-sub-menu li.wpmm-type-widget {
    margin-bottom: 6px;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu ul.wp-megamenu-sub-menu li.wpmm-type-widget table {
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu ul.wp-megamenu-sub-menu li:last-child {
    margin-bottom: 0;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu li.wpmm-type-widget ul.menu {
    position: relative;
    width: auto;
    left: auto;
    margin: 0;
    padding: 0;
    top: auto;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu li.wpmm-type-widget .tagcloud a {
    display: inline-block !important;
    margin-bottom: 5px;
    transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in;
    font-size: 14px !important;
    border: 1px solid #eee;
    padding: 2px 8px;
    margin-right: 2px;
}
ul.wp-megamenu li ul.wp-megamenu-sub-menu .menu-widget-class ul li .post-date {
    display: inline-block;
}
ul.wp-megamenu li ul.wp-megamenu-sub-menu .menu-widget-class embed,
ul.wp-megamenu li ul.wp-megamenu-sub-menu .menu-widget-class iframe,
ul.wp-megamenu li ul.wp-megamenu-sub-menu .menu-widget-class object {
    margin-bottom: 0;
    max-width: 100%;
}
/*------------------------------
---------- sticky header -----------
-------------------------------*/

.wpmm-sticky.wpmm-sticky-wrap {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 9999;
    animation-name: wpmmfadeInDown;
    animation-duration: 400ms;
}
.admin-bar .wpmm-sticky.wpmm-sticky-wrap {
    top: 32px;
}
.wpmm-sticky.wpmm-sticky-wrap .wpmm-nav-wrap {
    margin: 0 auto;
    position: relative;
    width: 1140px;
    padding-left: 20px;
    padding-right: 20px;
}
@media (max-width: 1140px) {
    .wpmm-sticky.wpmm-sticky-wrap .wpmm-nav-wrap {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}
/*------------------------------
---------- icon -----------
-------------------------------*/

.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li > a i,
ul.wp-megamenu > li.wpmm_dropdown_menu > ul.wp-megamenu-sub-menu li a i {
    margin-right: 0;
    width: auto;
    height: auto;
    line-height: normal;
    font-size: inherit;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li > a i.dashicons,
ul.wp-megamenu > li.wpmm_dropdown_menu > ul.wp-megamenu-sub-menu li a i.dashicons {
    font-size: 14px;
    vertical-align: middle;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li > a i.dashicons.dashicons-admin-home {
    font-size: 22px;
    vertical-align: top;
}
/* column manage */

.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu > li.wpmm-row > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > .wpmm-strees-row-container ul.wp-megamenu-sub-menu > li.wpmm-row > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > .wpmm-strees-row-and-content-container ul.wp-megamenu-sub-menu > li.wpmm-row > ul.wp-megamenu-sub-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: 0;
    margin-top: 0;
    width: 100%;
}
.wpmm-col.wpmm-col-12 {
    width: 100%;
}
.wpmm-col.wpmm-col-6 {
    width: 50%;
}
.wpmm-col.wpmm-col-3 {
    width: 25%;
}
.wpmm-col.wpmm-col-4 {
    width: 33.33333%;
}
.wpmm-col.wpmm-col-2 {
    width: 16.66666%;
}
.wpmm-col.wpmm-col-8 {
    width: 66.666667%;
}
.wpmm-col.wpmm-col-10 {
    width: 83.333333%;
}
/* default CSS override */

.main-navigation ul ul a {
    height: auto;
    width: auto;
}
.main-navigation .wp-megamenu-wrap .wpmm-nav-wrap > ul > li.menu-item-has-children:before,
.main-navigation .wp-megamenu-wrap .wpmm-nav-wrap > ul > li.menu-item-has-children:after,
.main-navigation .wp-megamenu-wrap .wpmm-nav-wrap > ul > li.page_item_has_children:before,
.main-navigation .wp-megamenu-wrap .wpmm-nav-wrap > ul > li.page_item_has_children:after {
    display: none;
    position: relative;
    content: none;
}
.main-navigation ul ul ul {
    left: auto;
    margin-top: 0;
}
.wp-megamenu-wrap ul ul a {
    width: auto !important;
}
span.wpmm-selected-icon-top {
    display: block;
    text-align: center;
}
span.wpmm-selected-icon {
    margin: 0 6px 0 0;
}
/* Override default wordpress Menu CSS */

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
    right: 0;
}
.main-navigation ul ul.wp-megamenu-sub-menu {
    border: none;
    background: none;
}
.main-navigation ul ul.wp-megamenu-sub-menu >li.wpmm-type-widget >a b {
    display: none;
}
.main-navigation ul.wp-megamenu-sub-menu li:hover,
.main-navigation ul.wp-megamenu-sub-menu li.focus {
    background: none;
}
.navigation-top .wrap {
    padding: 0;
}
.main-navigation .wpmm-nav-wrap .wpmm-nav-wrap ul ul a {
    padding: 0;
}
.main-navigation .wpmm-nav-wrap .menu-item-has-children > a:after {
    display: none;
}
.main-navigation .wpmm-nav-wrap ul ul:before,
.main-navigation .wpmm-nav-wrap ul ul:after {
    display: none;
}
.main-navigation .wpmm-nav-wrap ul ul li {
    border: none;
    display: block;
}
.main-navigation .wpmm-nav-wrap li {
    border-top: none;
}
.main-navigation .wpmm-nav-wrap ul ul a {
    width: auto;
}
.wpmm-nav-wrap .dropdown-toggle:after {
    display: none;
}
.wpmm-badge {
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 9px;
    font-weight: 500;
    line-height: 10px;
    padding: 2px 5px;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
    margin-left: 2px;
    position: relative;
    top: -8px;
}
.wpmm-badge-default {
    background-color: #636c72;
}
.wpmm-badge-default[href]:focus,
.wpmm-badge-default[href]:hover {
    background-color: #4b5257;
}
.wpmm-badge-primary {
    background-color: #0275d8;
}
.wpmm-badge-primary[href]:focus,
.wpmm-badge-primary[href]:hover {
    background-color: #025aa5;
}
.wpmm-badge-success {
    background-color: #5cb85c;
}
.wpmm-badge-success[href]:focus,
.wpmm-badge-success[href]:hover {
    background-color: #449d44;
}
.wpmm-badge-info {
    background-color: #5bc0de;
}
.wpmm-badge-info[href]:focus,
.wpmm-badge-info[href]:hover {
    background-color: #31b0d5;
}
.wpmm-badge-warning {
    background-color: #f0ad4e;
}
.wpmm-badge-warning[href]:focus,
.wpmm-badge-warning[href]:hover {
    background-color: #ec971f;
}
.wpmm-badge-danger {
    background-color: #d9534f;
}
.wpmm-badge-danger[href]:focus,
.wpmm-badge-danger[href]:hover {
    background-color: #c9302c;
}
/*------------------------------
---------- woocommerce -----------
-------------------------------*/
.wpmm-search-input-wrap .search-wrap .form-control:focus {
    border:none;
}
ul.wp-megamenu .product_list_widget li img {
    width: 80px;
    height: 75px;
    float: left;
    margin-right: 15px;
}
/* ul.wp-megamenu .product_list_widget li span.woocommerce-Price-amount {
    color: #777;
} */

ul.wp-megamenu .product_list_widget li a {
    font-weight: 500 !important;
}
ul.wp-megamenu .product_list_widget li {
    clear: both;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}
ul.wp-megamenu .product_list_widget li:last-child {
    margin-bottom: 0;
}
ul.wp-megamenu .product_list_widget li a.remove {
    float: left;
    margin-right: 10px;
    margin-top: -7px;
}
.woocommerce-product-search input[type=search] {
    box-shadow: none;
    border: 1px solid #e5e5e5;
    line-height: 24px;
    padding: 5px 10px;
}
.woocommerce-product-search input[type=submit] {
    padding: 5px 10px;
    line-height: 22px;
    border: 1px solid #000000;
    background: #000;
    color: #fff;
}
.wpmm-search-form input {
    color: #000 !important;
    font-weight: 500!important;
}
/*------------------------------
---------- Video Widget -----------
-------------------------------*/

.wp-megamenu-wrap .wpmm-nav-wrap ul.wp-megamenu li.wpmm-type-widget .mejs-mediaelement {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.wp-megamenu-wrap .wpmm-nav-wrap ul.wp-megamenu li.wpmm-type-widget .mejs-mediaelement iframe {
    top: 0;
    bottom: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    border: 0;
}
.wp-video-shortcode.mejs-video {
    width: 100% !important;
    min-height: 200px;
}
#wp-megamenu-vertical-menu > .wpmm-nav-wrap ul.wp-megamenu> li ul.wp-megamenu-sub-menu ul.product_list_widget li:hover>a {
    background-color: transparent !important;
}
address {
    color: inherit;
}
.mejs-iframe-overlay {
    z-index: -1;
}
/*------------------------------
---------- Mobile Menu -----------
-------------------------------*/

.wpmm_mobile_menu_btn {
    color: #ffffff;
    background-color: #2964d8;
    font-size: 14px;
}
.wpmm_mobile_menu_btn.show-close-icon.menu-active i::before {
    content: "\f00d";
}
#wp-megamenu-menu-1.wpmm-mobile-menu {
    text-align: right;
    padding: 0 0px;
    color: red;
}
.menu-toggle,
#menu-toggle,
#wr-menu-toggle {
    display: none !important;
}
.wpmm-sticky.wpmm-sticky-wrap.wpmm-mobile-menu {
    position: relative !important;
    left: auto;
    width: auto;
    animation-name: inherit;
}
@media (max-width: 489px) {
    .wpmm-mobile-menu .wpmm-grid-post {
        width: 100% !important;
        margin-bottom: 30px;
    }
}
.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap ul.wp-megamenu li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu li.menu-item-has-children > ul.wp-megamenu-sub-menu {
    top: 0;
    opacity: 1;
    visibility: visible;
    position: static;
    width: 100% !important;
    box-shadow: none;
    left: 0;
    padding: 5px 20px;
    background: none;
}
.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu > li.wpmm-row .wp-megamenu-sub-menu li.menu-item-has-children ul.wp-megamenu-sub-menu {
    top: 0;
    opacity: 1;
    visibility: visible;
    position: relative;
    width: 100%;
    box-shadow: none;
    left: 0;
    background: none;
    padding: 5px 20px;
}
.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap ul.wp-megamenu > li.wpmm_dropdown_menu > ul.wp-megamenu-sub-menu {
    width: 100% !important;
    position: relative;
    padding: 10px 15px;
}
.wp-megamenu-wrap.wpmm-mobile-menu ul.wp-megamenu li ul.wp-megamenu-sub-menu .wpmm-vertical-tabs-nav ul li {
    width: 50%;
    display: inline-block;
    text-align: center;
}
.wpmm-mobile-menu .dropdown-toggle.toggled-on .icon,
.wpmm-mobile-menu .dropdown-toggle .icon.icon-angle-down {
    display: none;
}
.wpmm_mobile_menu_btn i {
    font-size: 14px;
}
.wpmm_mobile_menu_btn {
    font-size: 14px;
    display: none !important;
}
.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu:hover > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu:hover > .wpmm-strees-row-container > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu:hover > .wpmm-strees-row-and-content-container > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu:hover > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap > ul.wp-megamenu li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu li.menu-item-has-children:hover > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu > li.wpmm-row .wp-megamenu-sub-menu li.menu-item-has-children:hover > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap > ul.wp-megamenu li.wpmm-type-widget .wp-megamenu-sub-menu li:hover .wp-megamenu-sub-menu {
    opacity: 1;
    display: none;
    animation-name: inherit;
    visibility: visible;
}
.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu {
    visibility: visible;
    opacity: 1;
}
.wpmm-mobile-menu .wpmm-strees-row-and-content-container {
    width: 100% !important;
    left: 0 !important;
    position: relative !important;
}
.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > .wpmm-strees-row-and-content-container > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > .wpmm-strees-row-container > ul.wp-megamenu-sub-menu {
    position: relative;
    visibility: visible;
    opacity: 1;
    z-index: 1;
}
.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap > ul > li.wpmm-strees-row .wpmm-strees-row-container > .wp-megamenu-sub-menu:before,
.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap > ul > li.wpmm-strees-row .wpmm-strees-row-container > .wp-megamenu-sub-menu:after {
    display: none;
}
/*------------------------------
---------- Animation -----------
-------------------------------*/

/* pulse */

@keyframes wpmmpulse {
    from {
        transform: scale3d(1, 1, 1);
    }
    50% {
        transform: scale3d(1.04, 1.04, 1.04);
    }
    to {
        transform: scale3d(1, 1, 1);
    }
}
.wpmmpulse {
    animation-name: wpmmpulse;
}
/* fadein */

@keyframes wpmmfadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.wpmmfadeIn {
    animation-name: wpmmfadeIn;
}
/* fadeInDown */

@keyframes wpmmfadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -10px, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.wpmmfadeInDown {
    animation-name: wpmmfadeInDown;
}
/* fadeInUp */

@keyframes wpmmfadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.wpmmfadeInUp {
    animation-name: wpmmfadeInUp;
}
/* zoomIn */

@keyframes wpmmzoomIn {
    from {
        opacity: 0;
        transform: scale3d(.5, .5, .5);
    }
    50% {
        opacity: 1;
    }
}
.wpmmzoomIn {
    animation-name: wpmmzoomIn;
}
/* zoomOut */

@keyframes wpmmzoomOut {
    from {
        opacity: 1;
    }
    50% {
        opacity: 0;
        transform: scale3d(.5, .5, .5);
    }
    to {
        opacity: 0;
    }
}
.wpmmzoomOut {
    animation-name: wpmmzoomOut;
}
/* slideInDown */

@keyframes wpmmslideInDown {
    from {
        transform: translate3d(0, -10px, 0);
        visibility: visible;
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}
.wpmmslideInDown {
    animation-name: wpmmslideInDown;
}
/* slideInUp */

@keyframes wpmmslideInUp {
    from {
        transform: translate3d(0, 20px, 0);
        visibility: visible;
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}
.wpmmslideInUp {
    animation-name: wpmmslideInUp;
}
/* flipInX */

@keyframes wpmmflipInX {
    from {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        animation-timing-function: ease-in;
    }
    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 5deg);
        opacity: 1;
    }
    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        transform: perspective(400px);
    }
}
.wpmmflipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: wpmmflipInX;
}
/* MegaMenu Search Option */
.sticky-header .wp-megamenu-wrap .wpmm-nav-wrap>ul>.wpml-ls-current-language>ul.wp-megamenu-sub-menu {
    top: 33px!important;
}
.wpmm-search-form {
    position: absolute;
    right: 100%;
    top: 50%;
    display: none;
    -webkit-animation: searchslideIn 100ms forwards;
    -moz-animation: searchslideIn 100ms forwards;
    animation: searchslideIn 100ms forwards;
    z-index: 1;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul > li.wpmm-social-link-search a {
    position: relative;
    z-index: 9999;
    font-size: 10px;
    margin-top: 5px;
    /*transform: translate(0, 50%);*/
}
.sticky-header .wp-megamenu-wrap .wpmm-nav-wrap > ul > li.wpmm-social-link.wpmm-social-link-search a {
    font-size: 10px;
    margin-top: 2px;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu> li#wp-megamenu-item-wpmm-search-icon {
    display: inline-block !important;
}
span.wpmm-selected-icon.wpmm-image-icon {
    margin: 0 10px 0 0;
    display: inline-block;
    float: left;
}
.wpmm-search-form input {
    border: 1px solid #f2f2f2;
    font-size: 14px;
    padding: 4px 15px;
    margin-top: 0px;
    border-radius: 3px;
    transform: translate(0%, -57%);
    min-width: 580px;
    width: auto;
    font-family: 'Open Sans';
    height: auto;
}
.wpmm_vertical_menu .wpmm-search-form input {
    transform: translateY(0);
}
.wpmm_vertical_menu .wpmm-search-form,
/*.wp-megamenu-wrap.wpmm_vertical_menu .wpmm-nav-wrap > ul > li.wpmm-social-link.wpmm-social-link-search a {
    z-index: auto;
}*/
@-webkit-keyframes searchslideIn {
    0% {
        transform: translateX(20px);
    }
    100% {
        transform: translateX(0);
    }
}
@-moz-keyframes searchslideIn {
    0% {
        transform: translateX(20px);
    }
    100% {
        transform: translateX(0);
    }
}
@keyframes searchslideIn {
    0% {
        transform: translateX(20px);
    }
    100% {
        transform: translateX(0);
    }
}
.fl-page-nav-collapse.navbar-collapse {
    position: absolute;
    background: white;
    z-index: 9999999;
    width: 100%;
    left: 0;
}
.select2-container {
    z-index: 9999999 !important;
}
span.dashicons.dashicons-arrow-right-alt2.wpmm-right.wpmm-gridcontrol-right.disablebtn,
span.dashicons.dashicons-arrow-left-alt2.wpmm-left.wpmm-gridcontrol-left.disablebtn,
span.dashicons.dashicons-arrow-right-alt2.wpmm-right.wpmm-gridcontrol-right,
span.dashicons.dashicons-arrow-left-alt2.wpmm-left.wpmm-gridcontrol-left {
    width: 36px;
    height: 35px;
}
button.submenu-expand,
button.menu-item-link-return {
    display: none !important;
}

.wp-megamenu-wrap .wpmm-nav-wrap > ul > li.wpmm-hide-desktop {
    display: none;
}
.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li a p {
    color: #a6abbc;
    padding-left: 30px;
    padding-top: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
}
.wpmm-nav-wrap ul.wp-megamenu>li>a .wpmm_item_description {
    padding-top: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
}
.wpmm-selected-icon i {
    margin-top: 5px;
    font-size: 34px;
}
.wpmm-selected-icon i.dashicons {
    display: initial;
}
span.wpmm-selected-icon {
    margin: 0 10px;
}
.wpmm-nav-wrap ul li ul.wp-megamenu-sub-menu {
    margin-top: 3px;
}
#wp-megamenu-item-4258198361634308785 a:hover {
    color: #47a047 !important
}
.wp-megamenu-sub-menu span.wpmm_item_description {
    font-size: 14px;
    color: #828486;
    margin-top: 5px;
    display: block;
    font-weight: 400;
    line-height: 22px;
}
.wp-megamenu-sub-menu img.custom-menu-image {
    width: 34px;
}
.wp-megamenu-sub-menu >ul >ul > li a {
    border-bottom: none;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu:last-child ul.wp-megamenu-sub-menu {
    right: -20px;
    left: auto;
}
.wpmm-feature-desc {
    font-weight: 400;
}
/* Megamenu search  */
.wpmm-search-wrap {
    /*position: absolute;
    right: 15px;
    top: 29px;*/
    z-index: 99999;
}
.wpmm-search {
    display: inline-block;
    color: #959595;
    text-align: center;
}
a.wpmm-search.search-close-icon {
    color: #fff !important;
    display: none;
    position: fixed !important;
    z-index: 9999 !important;
    background: none !important;
}
.wpmm-search-input-wrap {
    position: fixed;
    top: 0px;
    left: 0px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
    -webkit-animation: searchZoomIn .4s;
    animation: searchZoomIn .4s;
}
.top-search-overlay {
    position: absolute;
    background: rgba(0, 0, 0, 0.85);
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
    z-index: 99999;
}
.wpmm-search-input-wrap .search-wrap {
    width: 100%;
}
.wpmm-search-input-wrap .search-wrap .search.wpmm-top-search {
    position: absolute;
    top: 42%;
    left: 50%;
    width: 40%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 99999999;
}
.wpmm-search-input-wrap .search-wrap .form-control {
    color: #fff;
    width: 100%;
    background: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 6px 0;
    font-size: 18px;
}
/* Login/Singup */

.close {
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 30px;
    background: #000;
    color: #fff;
    cursor: pointer;
    border: 0;
    padding: 4px;
}
.wpmm-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    visibility: hidden;
    opacity: 0;
    transition: 0.7s;
}
.wp-megamenu-wrap .cont {
    position: absolute;
     top: 0; 
    right: 0;
    width: 900px;
    height: auto;
    background: #ffffff;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    padding: 44px;
    border-radius: 5px;
}
.wp-megamenu-wrap .form.sign-in h2 span,
.wp-megamenu-wrap .form.sign-up h2 span {
    font-size: 15px;
    font-weight: 400;
    color: #9E9E9D;
}
.active {
    visibility: visible;
    opacity: 1;
}
.active + .cont {
    visibility: visible;
    opacity: 1;
    transform: translateY(60px);
}
.wpmm-login-form .button.show {
    vertical-align: inherit;
}
.wpmm-widget-cart {
    position: absolute;
    width: 320px;
    background: #fff;
    z-index: 9;
    display: none;
    background-color: #fff;
    padding: 10px 20px 20px;
    border: 1px solid #f1f4f9;
    box-shadow: 0 50px 100px -20px rgba(50, 50, 93, .41);
    transform: translate(-50%, 0px);
    left: 50%;
}
.wpmm-menu-cart {
    position: relative;
    padding-right: 20px;
    cursor: pointer;
    text-align: right;
    padding-left: 10px;
}
.wpmm-menu-cart span.cart-icon i {
    font-size: 18px !important;
    padding-top: 0!important;
    padding-right: 0px!important;
    padding-bottom: 0!important;
    padding-left: 0!important;
    line-height: 20px !important;
    font-family: IcoFont!important;
}
.wpmm-menu-cart:hover .wpmm-widget-cart {
    display: block;
}
.wpmm-menu-cart .cart-contents {
    color: #fff;
    font-size: 10px;
    background: #d9534f;
    width: 16px;
    height: 16px;
    display: inline-block;
    text-align: center;
    position: absolute;
    border-radius: 50%;
    line-height: 17px;
    font-weight: 600;
    top: 0px;
    right: 6px;
}
.wpmm-menu-cart img {
    width: 18px;
}
.wpmm-widget-cart ul li a img {
    display: block !important;
}
/* Megamenu - popup */

.wp-megamenu-wrap .form.sign-in h2,
.wp-megamenu-wrap .sub-cont h2 {
    width: 100%;
    font-size: 26px;
    text-align: left;
    margin: 0;
}
.wp-megamenu-wrap .form.sign-in h2:before,
.wp-megamenu-wrap .sub-cont h2:before {
    display: none;
}
.wp-megamenu-wrap .tip {
    font-size: 20px;
    margin: 40px auto 50px;
    text-align: center;
}
.wp-megamenu-wrap .cont {
    overflow: hidden;
    position: absolute;
    width: 780px;
    height: 440px;
    margin: 0 auto;
    background: #fff;
    right: 0;
    box-shadow: 0 50px 100px -20px rgba(50, 50, 93, .41);
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.wpmm-login-form a {
    text-transform: inherit !important;
}
.wp-megamenu-wrap .form {
    position: relative;
    width: 520px;
    height: 100%;
    -webkit-transition: -webkit-transform .9s ease-in-out;
    transition: -webkit-transform .9s ease-in-out;
    transition: transform .9s ease-in-out;
    transition: transform .9s ease-in-out, -webkit-transform .9s ease-in-out;
    padding: 50px 30px 30px 30px;
}
.wp-megamenu-wrap .cont.s--signup .form {
    position: relative;
    width: 480px;
    height: 100%;
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
    padding: 44px 0 54px 52px;
}
.wp-megamenu-wrap .form.sign-in {
    position: relative;
    width: 480px;
    height: 100%;
    -webkit-transition: -webkit-transform .9s ease-in-out;
    transition: -webkit-transform .9s ease-in-out;
    transition: transform .9s ease-in-out;
    transition: transform .9s ease-in-out, -webkit-transform .9s ease-in-out;
    padding: 0 0 0 8px;
}
.wp-megamenu-wrap .cont.s--signup .sub-cont {
    left: 0;
    padding-left: 0px;
}
.wp-megamenu-wrap .sub-cont {
    overflow: hidden;
    position: absolute;
    left: 520px;
    top: 0;
    width: 780px;
    height: 100%;
    padding-left: 260px;
    background: #fff;
    -webkit-transition: -webkit-transform .9s ease-in-out;
    transition: -webkit-transform .9s ease-in-out;
    transition: transform .9s ease-in-out;
    transition: transform .9s ease-in-out, -webkit-transform .9s ease-in-out;
}
.wp-megamenu-wrap .form button {
    display: block;
    margin: 0 auto;
    width: 260px;
    height: 36px;
    border-radius: 30px;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
}
.wp-megamenu-wrap .sub-cont .img {
    overflow: hidden;
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
    width: 260px;
    height: 100%;
    padding-top: 338px;
}
.wp-megamenu-wrap .cont.s--signup .sub-cont .img {
    left: auto;
}
.wp-megamenu-wrap .sub-cont .img:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 780px;
    height: 100%;
    /*background-image: url("../images/login-bg.jpg");*/
    background-size: cover;
    background-position: 50% 35%;
    -webkit-transition: -webkit-transform .9s ease-in-out;
    transition: -webkit-transform .9s ease-in-out;
    transition: transform .9s ease-in-out;
    transition: transform .9s ease-in-out, -webkit-transform .9s ease-in-out;
}
.wp-megamenu-wrap .sub-cont .img:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}
.wp-megamenu-wrap .cont.s--signup .img:before {
    -webkit-transform: translate3d(520px, 0, 0);
    transform: translate3d(520px, 0, 0);
}
.wp-megamenu-wrap .sub-cont .img__text.m--up h2,
.wp-megamenu-wrap .sub-cont .img__text.m--in h2 {
    text-align: center;
}
.wp-megamenu-wrap .img__text {
    z-index: 2;
    position: absolute;
    left: 0;
    top: 44px;
    width: 100%;
    padding: 0 20px;
    text-align: center;
    color: #fff;
    -webkit-transition: -webkit-transform .9s ease-in-out;
    transition: -webkit-transform .9s ease-in-out;
    transition: transform .9s ease-in-out;
    transition: transform .9s ease-in-out, -webkit-transform .9s ease-in-out;
}
.wp-megamenu-wrap .img__text h2 {
    margin-bottom: 10px;
    font-weight: normal;
    color: #fff;
}
.wp-megamenu-wrap .img__text p {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
}
.wp-megamenu-wrap .cont.s--signup .img__text.m--up {
    -webkit-transform: translateX(520px);
    transform: translateX(520px);
}
.wp-megamenu-wrap .img__text.m--in {
    -webkit-transform: translateX(-520px);
    transform: translateX(-520px);
}
.wp-megamenu-wrap .cont.s--signup .img__text.m--in {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.wp-megamenu-wrap .img__btn {
    overflow: hidden;
    z-index: 2;
    position: relative;
    width: 100px;
    height: 36px;
    margin: 0 auto;
    background: transparent;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    cursor: pointer;
    font-weight: 500;
}
.wp-megamenu-wrap .img__btn:after {
    content: '';
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
    border-radius: 30px;
}
.wp-megamenu-wrap .img__btn span {
    position: absolute;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform .9s;
    transition: -webkit-transform .9s;
    transition: transform .9s;
    transition: transform .9s, -webkit-transform .9s;
}
.wp-megamenu-wrap .img__btn span.m--in {
    -webkit-transform: translateY(-72px);
    transform: translateY(-72px);
}
.wp-megamenu-wrap .cont.s--signup .img__btn span.m--in {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.wp-megamenu-wrap .cont.s--signup .img__btn span.m--up {
    -webkit-transform: translateY(72px);
    transform: translateY(72px);
}
.wp-megamenu-wrap .form label {
    display: block;
    margin: 15px 0;
    text-align: center;
    width: 416px;
}
.wp-megamenu-wrap .form label span {
    font-size: 12px;
    color: #cfcfcf;
    text-transform: uppercase;
}
.wp-megamenu-wrap .form input {
    display: block;
    width: 100%;
    margin-top: 5px;
    padding: 12px;
    font-size: 14px;
    border: 1px solid rgba(102, 102, 102, 0.3);
    text-align: left;
    font-family: 'Open Sans';
}
.wp-megamenu-wrap .cont .forgot-pass {
    margin-top: 16px;
    text-align: left;
    font-size: 14px;
    color: #cfcfcf;
    font-weight: 500;
}
.wp-megamenu-wrap .form .submit {
    margin-bottom: 20px;
    background: #155bca;
    text-transform: uppercase !important;
    margin: 30px 0;
    width: 416px;
    line-height: 23px;
    padding: 9px !important;
    font-weight: 400;
    text-align: center;
    height: 46px;
}
.wp-megamenu-wrap .sign-in {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.wp-megamenu-wrap .cont.s--signup .sign-in {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: .9s;
    transition-duration: .9s;
    -webkit-transform: translate3d(640px, 0, 0);
    transform: translate3d(640px, 0, 0);
}
.wp-megamenu-wrap .sign-up {
    -webkit-transform: translate3d(-780px, 0, 0);
    transform: translate3d(-780px, 0, 0);
}
.wp-megamenu-wrap .cont.s--signup .sign-up {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.wp-megamenu-wrap .form.sign-in h2,
.wp-megamenu-wrap .form.sign-up h2 {
    color: #000;
    margin-bottom: 30px;
}
.wp-megamenu-wrap .form input#rememberlogin {
    width: 22px;
    display: inline-block;
}
.wp-megamenu-wrap .login-error.alert.alert-danger {
    font-size: 15px;
    text-align: left;
    font-weight: 400;
    color: #ff0000;
}
.wp-megamenu-wrap .login-error.alert {
    position: absolute;
    top: -28px;
    padding: 0;
    background-color: transparent;
    border: none;
}
.wp-megamenu-wrap .form.sign-in form#login, .wp-megamenu-wrap .form.sign-up form#register {
    position: relative;
}
.wp-megamenu-wrap .login-error.alert.alert-success {
    font-size: 16px;
    text-align: left;
    font-weight: 400;
    color: #5cb75c;
}
.wp-megamenu-wrap .main-navigation .cont .close {
    z-index: 9999;
    color: #155bca;
    right: 5px;
    top: 5px;
    width: 35px;
    height: 35px;
}
.main-navigation .cont .close:hover {
    background: #155bca;
    color: #fff;
}
.wp-megamenu-wrap .cont.s--signup .sub-cont .img {
    overflow: hidden;
    z-index: 2;
    position: absolute;
    right: 0;
    top: 0;
    width: 260px;
    height: 100%;
    padding-top: 350px;
}
.wp-megamenu-wrap span.lost_password {
    position: absolute;
    bottom: 106px;
    width: 55%;
    right: 51px;
    text-align: right;
    margin: 0;
}
.wp-megamenu-wrap span.lost_password a {
    font-size: 14px;
    color: #cfcfcf;
    font-weight: 500;
    transition: .3s;
}
.wp-megamenu-wrap span.lost_password a:hover {
    color: #155bca;
}
/* Megamenu Cart Product  */
.wp-megamenu-sub-menu img.image {
    height: auto;
}


@media (max-width: 767px) {
    .wpmm-sticky.wpmm-sticky-wrap {
        position: relative !important;
        left: auto;
        width: auto;
        animation-name: inherit;
    }
    .admin-bar .wpmm-sticky.wpmm-sticky-wrap {
        top: auto;
    }
    .wp-megamenu-wrap ul.wp-megamenu li ul li {
        width: 100%;
    }
    .wpmm-search-input-wrap .search-wrap .search.wpmm-top-search {
        width: 80%;
    }
    .wp-megamenu-wrap .cont {
        overflow: hidden;
        position: absolute;
        width: 332px;
        height: 472px;
        margin: 0 auto;
        background: #fff;
        right: 0;
        box-shadow: 0 50px 100px -20px rgba(50, 50, 93, .41);
        z-index: 9999;
        padding: 36px 32px;
    }
    .wp-megamenu-wrap .form.sign-in {
        width: 264px;
        padding: 0 0 0 8px;
        z-index: 99999;
    }
    .wp-megamenu-wrap .form label {
        display: block;
        margin: 15px 0;
        text-align: center;
        width: 256px;
    }
    .wp-megamenu-wrap .form .submit {
        margin-bottom: 20px;
        background: #155bca;
        text-transform: uppercase;
        margin: 30px 0;
        width: 257px;
        line-height: 23px;
        padding: 9px;
        font-weight: 400;
        text-align: center;
    }
    .wp-megamenu-wrap span.lost_password {
        position: absolute;
        bottom: 142px;
        width: 55%;
        right: 0px;
        text-align: right;
        margin: 0;
    }
    .wp-megamenu-wrap .cont.s--signup .form {
        position: relative;
        width: 333px;
        padding: 40px 30px 40px 30px;
    }
    .cont.s--signup button {
        z-index: 999;
    }
    .wp-megamenu-wrap .sub-cont .img:before,
    .wp-megamenu-wrap .img__btn:after {
        display: none;
    }
    .wp-megamenu-wrap .img__btn span {
            color: #fff;
        cursor: pointer;
    }
    .wp-megamenu-wrap .img__btn {
        overflow: hidden;
        z-index: 9999999;
        position: absolute;
        transform: translate(-50%, 0%);
        left: 50%;
    }
    .wp-megamenu-wrap .form.sign-in h2, .wp-megamenu-wrap .form.sign-up h2 {
        color: #fff;
    }
    .wp-megamenu-wrap .form.sign-in h2 span, .wp-megamenu-wrap .form.sign-up h2 span {
        color: #fafafa;
    }
    .wp-megamenu-wrap .form.sign-in h2 span, .wp-megamenu-wrap .form.sign-up h2 span {
        color: #fafafa;
        margin-top: 5px;
    }
    /* login - mobile*/
    .wp-megamenu-wrap .sub-cont {
        position: initial;
    }
    .wp-megamenu-wrap .cont.s--signup .form {
        position: absolute;
        width: 256px;
        height: 80%;
        padding: 0;
        z-index: 99999;
    }
    .wp-megamenu-wrap .cont.s--signup .sub-cont .img {
        overflow: hidden;
        z-index: 2;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding-top: 422px;
    }
    .wp-megamenu-wrap .login-error.alert {
        position: absolute;
        top: 95px;
    }
    .wp-megamenu-wrap .img__text.m--in {
        display: none;
    }
    .wp-megamenu-wrap .img__btn span {
        position: absolute;
        left: 0;
        top: 0;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        width: 100%;
        height: 100%;
        -webkit-transition: -webkit-transform .9s;
        transition: -webkit-transform .9s;
        transition: transform .9s;
        transition: transform .9s, -webkit-transform .9s;
    }
    .wp-megamenu-wrap .sub-cont .img:after {
        display: none;
    }
    .wp-megamenu-wrap .img__text {
        display: none;
    }
    .wp-megamenu-wrap .sub-cont .img {
        overflow: hidden;
        z-index: inherit;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding-top: 420px;
    }

    .wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu,
    .wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > .wpmm-strees-row-container > ul.wp-megamenu-sub-menu,
    .wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > .wpmm-strees-row-and-content-container > ul.wp-megamenu-sub-menu,
    .wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu {
        z-index: 1;
    }
    .wpmm-nav-wrap ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu {
        margin: 0 !important;
        width: 100% !important;
    }
    .wp-megamenu-wrap .wpmm-nav-wrap > ul > li.wpmm-hide-mobile {
        display: none;
    }
    /*.wp-megamenu-wrap .wpmm-nav-wrap > ul > li.wpmm-social-link {
        float: inherit;
    }*/
    /*.wp-megamenu-wrap .wpmm-nav-wrap > ul > li.wpmm-social-link.wpmm-social-link-search a {
        position: relative;
        z-index: 2;
        transform: translate(0%, 5%);
    }*/
    .wpmm-search-form {
        right: 0%;
    }
    .wpmm-search-form input {
        border: 1px solid #f2f2f2;
        font-size: 14px;
        padding: 4px 15px;
        margin-top: 0px;
        border-radius: 3px;
        transform: translate(0%, -60%);
        min-width: 230px;
        width: auto;
        font-family: 'Open Sans';
        left: 0;
    }
    .wpmm-search-form {
        right: 100%;
    }
    .wpmm-nav-wrap ul.wp-megamenu li.wpmm-cta-button>a {
        margin-top: 0 !important
    }

    .wp-megamenu-wrap .cont:after, .wp-megamenu-wrap .cont.s--signup:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
        z-index: 9;
    }
    .wp-megamenu-wrap .form.sign-in h2, .wp-megamenu-wrap .form.sign-up h2 {
        color: #fff;
    }
    .wp-megamenu-wrap .form.sign-in h2 span, .wp-megamenu-wrap .form.sign-up h2 span {
        font-size: 15px;
        font-weight: 400;
        color: #9E9E9D;
        line-height: 20px;
        display: inline-block;
    }

}

/*------------------------------
--------- Common Css  ----------
-------------------------------*/

.fa{
    font: normal normal normal 14px/1 FontAwesome !important;
}
.ast-flex.main-header-container .site-branding, 
.ast-header-break-point .site-header .main-header-bar-wrap .site-branding, 
.navbar.hestia_left .navbar-header, 
.navbar.hestia_center .navbar-header, 
.navbar.hestia_right .navbar-header, 
#et-top-navigation #top-menu.nav, 
#page-container #main-header .logo_container, 
#et-top-navigation #et_top_search, 
#et-top-navigation #et_mobile_nav_menu, 
.storefront-primary-navigation #site-navigation div.menu, 
#page #masthead.site-header .col-full .site-branding, 
#outer-wrap #site-header #site-header-inner #site-logo, 
#outer-wrap #site-header .oceanwp-mobile-menu-icon, 
.followWrap .site-header .container .site-branding, 
.header-right-wrapper a#nav-toggle{
    display: none;
}

.ast-flex.main-header-container .ast-main-header-bar-alignment, 
.navbar.hestia_left #wp-megamenu-primary, 
.navbar.hestia_right #wp-megamenu-primary, 
.navbar.hestia_center #wp-megamenu-primary{
    width: 100%;
}

@media(max-width: 767px){
    .ast-main-header-bar-alignment .wpmm_brand_logo_wrap img{
        margin-top: 12px;
    }
    .container.clearfix.et_menu_container{
        width: 100%;
    }
}
/*------------------------------
------ Hello Elementor Theme -----
-------------------------------*/
body.wp-megamenu  .site-header .site-branding{
    display: none;
}
body.wp-megamenu  .site-header .site-navigation{
    display: block;
}

.wpmm-social-link-search{margin-top: 33px !important;margin-left: 0px !important;}
.sticky-header .wpmm-social-link-search{margin-top: 13px !important;}
@media screen and (max-width: 1024px){
	.wpmm-social-link-search{
	position: fixed !important;
    display: table !important;
    top: -38px !important;
    right: 76px;
	}
}

/*Resultados busqueda*/
.search-results .elementor-heading-title, .search-no-results .elementor-heading-title{text-align:center;}
@media(min-width: 1068px){.portadasearch{padding: 150px 20px 80px 20px;}.search-results .elementor-heading-title, .search-no-results .elementor-heading-title{font-size: 90px;font-weight: 600;}}
@media(max-width: 1067px){.portadasearch{padding: 150px 20px 80px 20px;}}

.search-results .results-content, .search-no-results .results-content{padding:30px 0px;/*display:flex;*/}
.search-results .site-main .status-publish{padding:20px;width:100%;display:flex;   align-items: center;}
.search-results  .entry-footer{display:none;}
.search-results .site-main .status-publish .entry-header{width:80%;}
/*.search-results .site-main .has-post-thumbnail .entry-summary{width:80%;padding:0 8%;line-height: 22px; font-size: 18px;}*/
.search-results .site-main .entry-summary, .search-no-results .entry-summary{width:100%;padding:0 8%;line-height: 22px; font-size: 18px;}
.search-results .site-main .status-publish .post-thumbnail{max-width: 1000px;display:none;}

.search-results .site-main .status-publish .entry-title a{color: #3FA9F5 !important;font-size: 30px;font-weight: 600;text-transform: uppercase;line-height: 35px;}
.comment-navigation .nav-links, .posts-navigation .nav-links, .post-navigation .nav-links { display: flex;padding: 0 40px;    font-weight: bold;}

@media screen and (max-width: 1024px){
	.search-results .site-main .status-publish { padding: 20px;   width: 100%;    display: block;}
	.search-results .site-main .has-post-thumbnail .entry-summary { width: 100%; padding: 0px; margin-top: 20px;}
}
.search-results #post-175, .search-results #post-18{display:none;}
/*Social*/
#nav_menu-24{margin-left:20px;} #media_image-3{margin-left: 10px;top: -12px; position: relative;}
/*Buscador*/
.top-search-overlay { background: transparent;}/*.wpmm-search.search-open-icon{display:true !important;}*/
.wpmm-search-input-wrap .search-wrap .form-control { border: 2px solid #fff !important; border-radius: 0px;padding: 6px;font-family: inherit;}
.wpmm-search-input-wrap .search-wrap .search.wpmm-top-search { width: 100%;position: relative !important;margin-top: 100px;}
/*.wpmm-search-input-wrap {position: absolute;top: auto; left: -275px; overflow: hidden;  width: 300px;}*/
.wpmm-search-input-wrap input::placeholder { color: #fff;}
.wpmm-search-wrap {margin-bottom: 10px;margin-left: 30px;}
.wpmm-search-input-wrap {position: fixed;/*top: -75px;left: 66%;/*width: 220px;*/}
/*.wpmm-search-input-wrap .search-wrap .search.wpmm-top-search { top: 115px;}*/
.wpmm-search-input-wrap .search-wrap .form-control {border: 2px solid #fff !important;border-radius: 0px;padding: 6px;font-family: inherit;width: 200px;position: absolute;background-color:#85898d;}
/*.sticky-header .wpmm-search-wrap{display:none !important;}*/
/*.wp-megamenu-wrap .wpmm-nav-wrap > ul > li.wpmm-social-link.wpmm-social-link-search a {margin-left: 20px;}*/
@media screen and (max-width: 365px){.wpmm-search-input-wrap .search-wrap .search.wpmm-top-search {margin-top: 64px;margin-left: 90px;}}
@media screen and (min-width: 366px) and (max-width: 649px){.wpmm-search-input-wrap .search-wrap .search.wpmm-top-search {margin-top: 64px;margin-left: 140px;}}
@media screen and (min-width: 650px) and (max-width: 820px){.wpmm-search-input-wrap .search-wrap .search.wpmm-top-search {margin-top: 64px;margin-left: 530px;}}
@media screen and (min-width: 821px) and (max-width: 1300px){.wpmm-search-input-wrap .search-wrap .search.wpmm-top-search {margin-left: 775px}}
@media screen and (min-width: 1301px) and (max-width: 1399px){.wpmm-search-input-wrap .search-wrap .search.wpmm-top-search {margin-left: 842px}}
@media screen and (min-width: 1400px) and (max-width: 1501px){.wpmm-search-input-wrap .search-wrap .search.wpmm-top-search {margin-left:882px}}
@media screen and (min-width: 1502px) and (max-width: 1599px){.wpmm-search-input-wrap .search-wrap .search.wpmm-top-search {margin-left:1000px}}
@media screen and (min-width: 1600px) and (max-width: 1701px){.wpmm-search-input-wrap .search-wrap .search.wpmm-top-search {margin-left:1035px}}
@media screen and (min-width: 1702px) {.wpmm-search-input-wrap .search-wrap .search.wpmm-top-search {margin-left:1274px}}