.main-header {
	position: absolute;
	left: 0;
	top: 0px;
	width: 100%;
	height: auto;
	z-index: 99;
background: var(--clearyellow);
	font-family: var(--theme-font) !important;
        -webkit-box-shadow: 0 0 15px 5px var(--blackrgba1);
	-moz-box-shadow: 0 0 15px 5px var(--blackrgba1);
	box-shadow: 0 0 15px 5px var(--blackrgba1);
}


.header-span {
	height: 100px;
}


.main-header .main-box {
	position: relative;
	display: block;
	padding: 0 30px;
	z-index: 999;
}

.main-header .nav-outer {
	position: static;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.main-header .logo {
	position: relative;
	top: 0px;
	z-index: 10;
}

.main-header .logo .logo-inner {
	position: relative;
	width:150px;
	height: 75px;
	top: 30px;
	left: 0;
	z-index: 9;
	padding: 0px 0px 0px 0px;
	display: flex;
	align-items: center;
}


.mobile-sticky-header .logo img,
.mobile-header .logo img,
.main-header .logo img,
.main-header .fixed-header .logo img {
	transition: all 0.4s cubic-bezier(.7, 1, .7, 1);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.main-header .fixed-header .logo .logo-inner {
	
}

.main-header .fixed-header .logo-inner {
	top: 0px;
	width:80px;
}

.main-header .fixed-header .logo-inner  img {
	width: 100% !important;
}

.main-header .logo img {
	width: 100% !important;
	
	padding:0px 0px 0px 0px;
}

.main-header .menu-box {
	position: static;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.main-menu {
	position: static;
}

.main-menu .navbar-header {
	display: none;
}

.main-menu .navbar-collapse {
	padding: 0px;
}

.main-menu .navigation {
	position: static;
	display: flex;
	/*padding-left: 200px;*/
}

.main-menu .navigation > li {
	position: relative;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-menu .navigation > li > a {
    position: relative;
    display: block;
    text-align: center;
    opacity: 1;
    font-size: 16px;
    /*line-height: 36px;*/
    font-weight: bold;
    color: var(--gray2);
    padding: 20px 15px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    font-family: var(--theme-font) !important;
    
         margin-right: 5px;
background: var(--lblue2);
    color: var(--white);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
	
}

.main-menu .navigation > li > a:active,
.main-menu .navigation > li > a:focus,
.main-menu .navigation > li > a:hover {
    color: var(--white)!important;
    background: var(--lblue3);
}


/*
	.main-menu .navigation > li.dropdown > a:after {
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -10px;
	font-family: "Material Design Icons";
	content: "\F140";
	content: "";
	display: block;
	line-height: 20px;
	font-size: 14px;
	color: var(--white);
	z-index: 1;
	height: 0;
	width: 0;
	}
*/

/*
.main-menu .navigation > li > a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    height: 5px;
    width: 100%;
    z-index: 3;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    background: var(--lblue1);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    
    
    
    
    
    
}


.main-menu .navigation > li:hover > a:before,
.main-menu .navigation > li.current > a:before {
    background: var(--lblue1);
    bottom: 0px;
    opacity: 1;
}*/

/*
.main-menu .navigation > li > a:after {
	position: absolute;
	left: 0px;
	bottom: 0;
	height: 5px;
	width: 15px;
	content: "";
	z-index:1;
	background: var(--dblue2);
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	transform: skew(-15deg);
	-webkit-transform: skew(-15deg);
	-moz-transform: skew(-15deg);
	transition: all 300ms ease;
}


.main-menu .navigation > li:hover > a:after,
.main-menu .navigation > li.current > a:after{
	width: calc(100% - 10px);
	opacity: 1;
	visibility: visible;
	background: var(--lblue1);
}
*/

.main-menu .navigation > li:hover > a:before,
.main-menu .navigation > li.current > a:before,
.main-menu .navigation > li:hover > a > span,
.main-menu .navigation > li.current > a > span {
    width: 100%;
    opacity: 1;
    visibility: visible;
    color: var(--white);
}

.main-menu .navigation > li > a > span {
    position: relative;
    display: block;
    /*padding-right: 10px;*/
}

.main-menu .navigation > li > ul {
	position: absolute;
	top: 110%;
	left: 0;
	background-color: var(--white);
	/*-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	border-radius: 5px;*/
	/*-webkit-border-bottom-right-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;
		-moz-border-radius-bottomright: 5px;
		-moz-border-radius-bottomleft: 5px;
		border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;*/
	
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	
	padding: 10px 20px;
	z-index: 1;
	min-width: 360px;
	margin-top: 0px;
	display: none;
	-webkit-box-shadow: 0px 7px 10px -1px var(--blackrgba2);
	-moz-box-shadow: 0px 7px 10px -1px var(--blackrgba2);
	-ms-box-shadow: 0px 7px 10px -1px var(--blackrgba2);
	-o-box-shadow: 0px 7px 10px -1px var(--blackrgba2);
	box-shadow: 0px 7px 10px -1px var(--blackrgba2);
}

.main-menu .navigation > li > ul:before {
	display: table;
	content: "";
	position: absolute;
	top: -10px;
	left: 0;
	width: 100%;
	height: 10px;
}

.main-menu .navigation > li > ul > li h6 {
	font-size: 16px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.main-menu .navigation > li > ul > li {
	position: relative;
	display: block;
	z-index: 1;
	border-bottom: 1px solid var(--blackrgba2);
}

.main-menu .navigation > li > ul > li:last-child {
	border-bottom: none;
}

.main-menu .navigation > li > ul > li > a {
	position: relative;
	display: block;
	z-index: 1;
	font-weight: bold;
	font-size: 16px;
	line-height: 28px;
	color: var(--lblue2);
	padding: 10px 0;
	white-space: nowrap;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-family: var(--theme-font);
}

.main-menu .navigation > li > ul > li > a:focus,
.main-menu .navigation > li > ul > li > a:hover {
	color: var(--dblue2) !important;
	padding-left: 15px;
}

.main-menu .navigation > li > ul > li.current.dropdown > a:before,
.main-menu .navigation > li li.current li.current > a,
.main-menu .navigation > li > ul > li.current > a {
	color: var(--lblue2);
}

.main-menu .navigation > li > ul > li > ul {
	position: absolute;
	top: 0;
	left: 100%;
	background-color: var(--white);
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	padding: 17px 30px;
	z-index: 1;
	min-width: 150px;
	margin-top: -10px;
	margin-left: 30px;
	display: none;
	-webkit-box-shadow: 0px 7px 10px -1px var(--blackrgba2);
	-moz-box-shadow: 0px 7px 10px -1px var(--blackrgba2);
	-ms-box-shadow: 0px 7px 10px -1px var(--blackrgba2);
	-o-box-shadow: 0px 7px 10px -1px var(--blackrgba2);
	box-shadow: 0px 7px 10px -1px var(--blackrgba2);
}

.main-menu .navigation > li > ul > li > ul:before {
	position: absolute;
	left: -30px;
	top: 0;
	height: 100%;
	width: 30px;
	content: "";
}

.main-menu .navigation > li > ul > li > ul > li {
	position: relative;
	width: 100%;
	border-bottom: 1px solid var(--lblue2);
}

.main-menu .navigation > li > ul > li > ul > li:last-child {
	border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li > a {
	position: relative;
	display: block;
	padding: 10px 0;
	z-index: 1;
	font-weight: 500;
	font-size: 15px;
	line-height: 28px;
	color: var(--blackrgba7);
	white-space: nowrap;
	text-transform: capitalize;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.main-menu .navigation > li > ul > li.dropdown > a:before {
	position: absolute;
	right: -5px;
	top: 50%;
	margin-top: -10px;
	font-family: "Material Design Icons";
	content: "\F142";
	display: block;
	line-height: 20px;
	font-size: 14px;
	font-weight: 900;
	color: var(--black);
	z-index: 5;
	opacity: .75;
}

.main-menu .navigation > li.dropdown.active > ul {
	display: block;
	opacity: 1;
	visibility: visible;
	z-index: 99;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.main-menu .navigation li.dropdown .dropdown-btn {
	position: absolute;
	right: 10px;
	top: 5px;
	width: 34px;
	height: 30px;
	border: 1px solid var(--white);
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	color: var(--white);
	cursor: pointer;
	z-index: 5;
	display: none;
}


.main-header .outer-box {
	position: relative;
	/*margin-left: -140px;*/
}

.main-header .search-box {
	position: relative;
}

.main-header .search-box .search-btn {
	position: relative;
	background-color: transparent;
	z-index: 1;
	font-size: 32px;
	color: var(--lblue2);
	cursor: pointer;
}

.main-header .search-box .search-btn i {
	font-size: 32px;
}

.main-header .outer-box {
	position: relative;
	display: flex;
	align-items: center;
}


.main-header .service_wrapper {
	position: relative;
	padding-left: 40px;
	margin-right: 15px;
}

.main-header .service_wrapper .icon {
	position: absolute;
	left: 0;
	top: 50%;
	font-size: 36px;
	line-height: 36px;
	margin-top: -18px;
	color: var(--lblue2);
}

.main-header .service_wrapper p {
	font-size: 14px;
	line-height: 26px;
	color: var(--white);
	font-weight: 500;
	margin: 0px;
}

.main-header .service_wrapper h4 {
	font-size: 18px;
	font-weight: 600;
	line-height: 27px;
	color: var(--white)
}

.main-header .service_wrapper h4 a {
	color: var(--white);
}

.main-header .service_wrapper h4 a:focus,
.main-header .service_wrapper h4 a:hover {
	color: var(--lblue2);
}

/************************ Mega Menu ***************************/

.main-menu .navigation > li.has-mega-menu {
	position: static;
}

.main-menu .navigation > li > .mega-menu {
	position: absolute;
	z-index: 15;
	top: 112%;
	left: 50%;
	padding: 15px 10px 15px;
	background-color: var(--white);
	transform: translateX(-50%);
	margin-top: 0px;
	display: none;
	-webkit-box-shadow: 0px 7px 10px -1px var(--blackrgba2);
	-moz-box-shadow: 0px 7px 10px -1px var(--blackrgba2);
	-ms-box-shadow: 0px 7px 10px -1px var(--blackrgba2);
	-o-box-shadow: 0px 7px 10px -1px var(--blackrgba2);
	box-shadow: 0px 7px 10px -1px var(--blackrgba2);
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	/*-webkit-border-radius: 7px;
		-webkit-border-top-left-radius: 0px;
		-webkit-border-top-right-radius: 0px;
		-moz-border-radius: 7px;
		-moz-border-radius-topleft: 0px;
		-moz-border-radius-topright: 0px;
		border-radius: 7px;
		border-top-left-radius: 0px;
	border-top-right-radius: 0px;*/
	width: 100%
	
}

.main-menu .navigation > li:hover > .mega-menu {
	opacity: 1;
	visibility: visible;
	transform: translateX(-50%) scaleY(1);
}

.main-menu .navigation > li > .mega-menu:before {
	display: table;
	content: "";
	position: absolute;
	top: -10px;
	left: 0;
	width: 100%;
	height: 10px;
}

.main-menu .navigation > li > .mega-menu .mega-menu-bar {
	position: relative;
	margin: 0;
}

.main-menu .navigation > li .mega-menu-bar h3 {
	position: relative;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 3px;
	margin-bottom: 10px;
	color: var(--dblue2);
	
}

.main-menu .navigation > li .mega-menu-bar h3:before {
	content: '';
	width: 50px;
	height: 3px;
	bottom: 0;
	left: 0;
	position: absolute;
	background-color: var(--dblue2);
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	
}

.main-menu .navigation > li .mega-menu-bar > ul {
	position: relative;
}

.main-menu .navigation > li .mega-menu-bar .column > ul > li {
	position: relative;
	display: block;
	z-index: 1;
	border-bottom: 1px solid var(--blackrgba1);
	white-space: normal;
}

.main-menu .navigation > li .mega-menu-bar .column > ul > li:last-child {
	border: none;
}

.main-menu .navigation > li .mega-menu-bar .column > ul > li > a {
	position: relative;
	display: block;
	z-index: 1;
	font-weight: bold;
	font-size: 15px;
	line-height: 1.1;
	color: var(--dblue2);
	padding: 10px 0;
	margin-bottom: 1px;
	white-space: normal;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.main-menu .navigation > li .mega-menu-bar .column > ul > li > a:focus,
.main-menu .navigation > li .mega-menu-bar .column > ul > li > a:hover {
	color: var(--lblue2);
	padding-left: 10px;
}


.main-menu .navigation > li .mega-menu-bar .column > ul > li.current > a {
	color: var(--lblue2);
}

.header-post-widget {
	padding: 15px 0;
}

.latest-post {
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid var(--lblue2);
	min-height: 80px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding-left: 80px;
}

.latest-post:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.latest-post .thumb {
	position: absolute;
	left: 0;
	top: 0;
	width: 65px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	overflow: hidden;
}

.latest-post h6 {
	font-size: 15px;
	font-weight: 500;
	color: var(--black);
}

.latest-post .info {
	font-size: 13px;
	color: var(--gray5);
	font-weight: 500;
}

/*================= End Mega Menu =========================*/

/***
	
	====================================================================
	Search Popup
	====================================================================
	
***/

.search-popup {
	position: fixed;
	left: 0;
	top: 0;
	height: 100vh;
	width: 100%;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.search-popup .search-back-drop {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: var(--blackrgba5);
}

.search-active .search-popup {
	opacity: 1;
	visibility: visible;
}

.search-popup .search-inner {
	position: relative;
	background: var(--white);
	padding: 25px 0 30px;
	z-index: 1;
	transform: translateY(-100%);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.search-active .search-popup .search-inner {
	transform: translateY(0);
}

.search-popup .upper-text {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px;
}

.search-popup .upper-text .text {
	font-size: 13px;
}

.search-popup .close-search {
	position: absolute;
	right: 0;
	top: 0;
	color: var(--gray5);
	font-size: 10px;
	line-height: 27px;
	z-index: 3;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.search-popup .form-group form {
	position: relative;
}

.search-popup .form-group {
	position: relative;
	margin: 0px;
	overflow: hidden;
	border-bottom: 1px solid var(--gray9);
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 25px;
	color: var(--gray3);
	padding: 10px 0;
	height: 45px;
	width: 100%;
	background-color: transparent;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
	position: absolute;
	right: 0px;
	top: 0px;
	background: transparent;
	text-align: center;
	font-size: 20px;
	line-height: 45px;
	color: var(--gray3);
	padding: 0;
	background: var(--white);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {
	
}

/*search box btn*/

.main-header .cart-btn-outer {
	position: relative;
	margin-left: 0px;
	padding-left: 0px;
}

.main-header .header-top .cart-btn-outer {
	padding-left: 0;
	border-left: 0;
}


.main-header .search-top-btn {
	position: relative;
	display: block;
	z-index: 1;
	text-align: center;
	overflow: hidden;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	padding-right: 5px;
}

.main-header .search-top-btn i {
	position: relative;
	display: block;
	z-index: 1;
	height: 40px;
	width: 40px;
	line-height: 40px;
	font-size: 24px;
	text-align: center;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	border: 0;
	background: var(--dblue2);
	color: var(--white);
	overflow: hidden;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}


/***
	
	====================================================================
	Sticky Header
	====================================================================
	
***/

.sticky-header {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	left: 0px;
	top: 0px;
	width: 100%;
	padding: 0px 0px;
	z-index: 99;
	background: var(--clearyellowrgba9);
	
	
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	-webkit-backdrop-filter: blur(15px);
	backdrop-filter: blur(15px);
        -webkit-box-shadow: 0 0 15px 5px var(--blackrgba1);
	-moz-box-shadow: 0 0 15px 5px var(--blackrgba1);
	box-shadow: 0 0 15px 5px var(--blackrgba1);
}

/*
	@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
	.sticky-header {
	background: var(--white);
	}
	}
*/

.fixed-header .sticky-header {
	opacity: 1;
	z-index: 99;
	visibility: visible;
}

.sticky-header .search-box .search-btn,
.sticky-header .service_wrapper h4,
.sticky-header .service_wrapper p,
.sticky-header .main-menu .navigation > li.dropdown > a:after,
.sticky-header .main-menu .navigation > li > a {
    color: var(--white);
        -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.sticky-logo {
	display: none;
}

.sticky-header .main-logo {
	display: none;
}

.sticky-header .sticky-logo {
	display: block;
}


.sticky-header .main-menu .navigation > li > a{
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.sticky-header .main-menu .navigation > li > a:before {
    background: var(--white);
}


.sticky-header .main-menu .navigation > li:hover > a:before,
.sticky-header .main-menu .navigation > li.current > a:before {
    background: var(--lblue2);
}


.sticky-header .main-menu .navigation > li:hover > a:before,
.sticky-header .main-menu .navigation > li.current > a:before,
.sticky-header .main-menu .navigation > li:hover > a > span,
.sticky-header .main-menu .navigation > li.current > a > span {
    color: var(--white);
}



/***
	
	====================================================================
	Mobile Header
	====================================================================
	
***/

.mobile-header {
	position: relative;
	margin: 0 20px;
	padding: 20px 0;
	display: none;
}

.mobile-header:after {
	display: table;
	clear: both;
	content: "";
}


.mobile-header .logo {
	position: absolute;
	float: left;
	margin: 0;
	padding: 0;
	top:35px;
	left: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
	height: 72px;
	width: 140px;
	z-index: 9;
	padding: 0px;
}


.mobile-header .logo img {
	width: 100% !important;
	padding:0px;
}



.mobile-header .nav-outer {
	position: relative;
	float: right;
	right: 0px;
}

.mobile-header .outer-box {
	position: relative;
	float: right;
}

.mobile-sticky-header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	padding: 10px 15px;
	opacity: 0;
	visibility: hidden;
background: var(--clearyellow);
	z-index: 999;
	-webkit-box-shadow: 0 0 15px 5px var(--blackrgba2);
	-moz-box-shadow: 0 0 15px 5px var(--blackrgba2);
	box-shadow: 0 0 15px 5px var(--blackrgba2);
}

.mobile-sticky-header:after {
	display: table;
	clear: both;
	content: "";
}

.mobile-sticky-header .logo {
	position: absolute;
	float: left;
	margin: 0;
	padding: 0;
	top:35px;
	left: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
	height: 72px;
	width: 140px;
	z-index: 9;
	padding: 0px;
}

.mobile-sticky-header .logo img {
	width: 100% !important;
	padding:0px;
}

.mobile-sticky-header .nav-outer {
	position: relative;
	float: right;
	right: 0px;
}

.mobile-sticky-header .outer-box {
	position: relative;
	float: right;
}

/***
	
	====================================================================
	Mobile Menu
	====================================================================
	
***/

.nav-outer .mobile-nav-toggler {
	position: relative;
	float: right;
	font-size: 24px;
	line-height: 30px;
	cursor: pointer;
	margin-left:10px;
	color: var(--black);
	order: 3;
	display: none;
	transition: all 300ms ease;
}

.mobile-menu-back-drop {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: var(--blackrgba4);
	transition: all 200ms ease;
}

.mobile-menu {
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	max-width: 100%;
	height: 100%;
	margin: 0 auto;
	overflow-y: auto;
	opacity: 0;
	visibility: hidden;
	z-index: 9999;
	transition: all 300ms ease;
}

.mobile-menu .nav-logo {
	position: relative;
	padding: 20px 20px;
	text-align: left;
	border-bottom: 0px solid var(--blackrgba1);
}

.mobile-menu .nav-logo img {
	width:180px
}

.mobile-menu-visible {
	overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
	opacity: 1;
	visibility: visible;
}

.mobile-menu .menu-outer {
	position: fixed;
	left: 0px;
	top: 0;
	bottom: 0;
	width: 300px;
	height: 100%;
	overflow-y: auto;
	padding: 0px 0px;
	z-index: 5;
	display: block;
background: var(--clearyellow);
	transform: translateX(-100%);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.mobile-menu-visible .mobile-menu .menu-outer {
	transform: translateX(0%);
}

.mobile-menu .menu-box {
	position: relative;
	left: 0px;
	top: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	padding: 0px;
	z-index: 5;
	display: block;

}

.mobile-menu .navigation {
	position: relative;
	display: block;
	padding: 15px 0;
	border-bottom: 0px solid var(--blackrgba1);
}

.mobile-menu .navigation > li {
	position: relative;
	display: block;
    margin:3px 5px;
}

.mobile-menu .navigation li > a {
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 20px;
	color: var(--white);
	padding: 10px 15px;
	font-weight: bold;
	border-bottom: 0px solid var(--blackrgba1);
	border-top: 1px solid transparent;
    background:var(--lblue2);
        -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.mobile-menu .navigation li > a:focus,
.mobile-menu .navigation li > a:hover {
	color: var(--white);
    background:var(--lblue3);
}

.mobile-menu .navigation > li > ul > li h6 {
	font-size: 16px;
	margin-top: 15px;
	margin-bottom: 15px;
}


.mobile-menu .navigation li:last-child > a {
	border-bottom: 0;
}


.mobile-menu .navigation li.current > a {
	color: var(--lblue2);
}

.mobile-menu .navigation li li > a {
	padding: 5px 10px 5px 0px;
	font-size: 16px;
}

.mobile-menu .navigation li li > a:focus,
.mobile-menu .navigation li li > a:hover {
	color: var(--dblue2);
	padding-left: 10px;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
	position: absolute;
	right: 5px;
	top: 0px;
	width: 42px;
	height: 42px;
	text-align: center;
	line-height: 42px;
	font-size: 24px;
	color: var(--lblue2);
	-webkit-transition: transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out;
	cursor: pointer;
	z-index: 5;
}

.mobile-menu .navigation li.current.dropdown .dropdown-btn {
	color: var(--gray3);;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.active {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.mobile-menu .navigation li > ul {
	display: none;
	padding-left: 30px;
}

.mobile-menu .navigation li > ul > li > ul {
	display: none;
	padding: 0 25px;
}


.mobile-menu .mega-menu-bar h3 {
	position: relative;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 5px;
	margin-top: 7px;
	margin-bottom: 7px;
	margin-left: 15px;
	color: var(--lblue2);
}

.mobile-menu .mega-menu-bar h3:before {
	content: '';
	width: 30px;
	height: 2px;
	bottom: 0;
	left: 0;
	position: absolute;
	background-color: var(--dblue2);
}

.mobile-menu .mega-menu-bar .column {
	width: 100%;
	flex: 0 0 100%;
	max-width: 100%;
	margin-bottom: 0px;
	margin-top: 0px;
}

.mobile-menu .navigation > li > .mega-menu {
	width: 100% !important;
	display: none;
}

.mobile-menu .navigation > li.has-mega-menu ul {
	padding-left: 15px;
}

.mobile-menu .navigation li:last-child > a {
	border-bottom: 0;
}


.mobile-menu .navigation > li.has-mega-menu ul li:last-child > a {
	/*border-bottom: 1px solid var(--blackrgba1);*/
}


.mobile-menu .header-post-widget {
	padding-left: 40px;
}

.menu-social {
	position: relative;
	padding: 15px 20px;
}


.menu-search {
	position: relative;
	padding: 25px 25px;
}

.menu-search .form-group {
	position: relative;
}

.menu-search .form-group .input {
	position: relative;
	width: 100%;
	padding: 10px 50px 10px 10px;
	outline: none;
	border: 1px solid var(--f1f1f1);
	font-size: 15px;
	color: var(--gray3);
	font-weight: normal;
	line-height: 23px;
	height: 45px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	-webkit-box-shadow: 0px 5px 25px 3px var(--blackrgba2);
	-moz-box-shadow: 0px 5px 25px 3px var(--blackrgba2);
	box-shadow: 0px 5px 25px 3px var(--blackrgba2);
}

.menu-search .form-group .input:focus,
.menu-search .form-group .input:hover {
	-webkit-box-shadow: 0px 5px 25px 3px var(--blackrgba5);
	-moz-box-shadow: 0px 5px 25px 3px var(--blackrgba5);
	box-shadow: 0px 5px 25px 3px var(--blackrgba5);
}

.menu-search .form-group button {
	position: absolute;
	right: 0;
	top: 0;
	height: 45px;
	line-height: 45px;
	width: 45px;
	text-align: center;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background: var(--lblue1);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.menu-search .form-group button i {
	position: relative;
	font-size: 32px;
	color: var(--white);
}

.menu-search .form-group button:focus,
.menu-search .form-group button:hover {
	background: var(--lblue3);
}

.main-header .service_wrapper h4 {
	font-size: 18px;
	font-weight: 600;
}


@media only screen and (max-width: 1199px) {
	.main-header .service_wrapper {
		display: none;
	}
	
}


/***
	
	====================================================================
	Header Style Two
	====================================================================
	
***/

.header-style-two {
	position: relative;
	background: var(--white);
}

.header-style-two .contact-list li i,
.header-style-two .contact-list li,
.header-style-two .contact-list li a,
.header-style-two .search-box .search-btn,
.header-style-two .service_wrapper h4,
.header-style-two .service_wrapper p,
.header-style-two .main-menu .navigation > li.dropdown > a:after,
.header-style-two .main-menu .navigation > li > a {
	color: var(--black);
}

.header-style-two .outer-box {
	margin-left: 60px;
}

.header-style-two .header-top {
	position: relative;
	background: var(--blackrgba1);
}

.header-style-two .header-top .service-num {
	position: relative;
	display: flex;
	align-items: center;
}

.header-style-two .header-top .service-num a {
	margin-right: 20px;
	font-size: 15px;
	font-weight: 500;
	color: var(--black);
	transition: all 300ms ease;
}

.header-style-two .header-top .service-num a i {
	margin-right: 10px;
}

.header-style-two .header-top .service-num .text {
	font-size: 12px;
}

.header-style-two .menu-box {
	padding: 0 15px;
}

.header-style-two .sticky-header .menu-box,
.header-style-two .sticky-header .auto-container {
	max-width: 100%;
	padding: 0;
}

.header-style-two .sticky-header .outer-box {
	margin-left: -170px;
}

/***
	
	====================================================================
	Header Style Three
	====================================================================
	
***/

.header-style-three {
	position: relative;
	background: var(--white);
}

.header-style-three .contact-list li i,
.header-style-three .contact-list li,
.header-style-three .contact-list li a,
.header-style-three .search-box .search-btn,
.header-style-three .service_wrapper h4,
.header-style-three .service_wrapper p,
.header-style-three .main-menu .navigation > li.dropdown > a:after,
.header-style-three .main-menu .navigation > li > a {
	color: var(--black);
}

.header-style-three .outer-box {
	margin-left: 60px;
}

.header-style-three .header-top {
	position: relative;
	background: var(--blackrgba1);
}

.header-style-three .header-top .service-num {
	position: relative;
	display: flex;
	align-items: center;
}

.header-style-three .header-top .service-num a {
	margin-right: 20px;
	font-size: 15px;
	font-weight: 500;
	color: var(--black);
	transition: all 300ms ease;
}

.header-style-three .header-top .service-num a i {
	margin-right: 10px;
}

.header-style-three .header-top .service-num .text {
	font-size: 12px;
}

.header-style-three .main-box {
	padding: 0 15px;
}

.header-style-three .sticky-header .menu-box,
.header-style-three .sticky-header .auto-container {
	max-width: 100%;
	padding: 0;
}

.header-style-three .sticky-header .outer-box {
	margin-left: -170px;
}

/***
	
	====================================================================
	Header Style Four
	====================================================================
	
***/

.header-style-four {
	position: relative;
	background: var(--white);
}

.header-style-four.main-header .header-top {
	border-bottom: 1px solid var(--gray9);
}

.header-style-four .header-top .inner-container {
	background: var(--white);
	max-width: calc(100% - 170px);
	margin: 0 85px;
	padding: 0 15px;
}

.header-style-four .contact-list li i,
.header-style-four .contact-list li,
.header-style-four .contact-list li a,
.header-style-four .search-box .search-btn,
.header-style-four .service_wrapper h4,
.header-style-four .service_wrapper p,
.header-style-four .main-menu .navigation > li.dropdown > a:after,
.header-style-four .main-menu .navigation > li > a {
	color: var(--black);
}

.header-style-four .outer-box {
	margin-left: -140px;
}

.header-style-four .header-top {
	position: relative;
}

.header-style-four .header-top .service-num {
	position: relative;
	display: flex;
	align-items: center;
}

.header-style-four .header-top .service-num a {
	margin-right: 20px;
	font-size: 15px;
	font-weight: 500;
	color: var(--black);
	transition: all 300ms ease;
}

.header-style-four .header-top .service-num a i {
	margin-right: 10px;
}

.header-style-four .header-top .service-num .text {
	font-size: 12px;
}

.header-style-four .main-box {
	padding: 0;
}

.header-style-four .menu-box {
	padding: 0 15px;
	max-width: calc(100% - 170px);
	margin: 0 85px;
}

.header-style-two .sticky-header .menu-box,
.header-style-two .sticky-header .auto-container {
	max-width: 100%;
	padding: 0;
}

.header-style-two .sticky-header .outer-box {
	margin-left: -170px;
}

.main-header .service_wrapper h4 {
	font-size: 18px;
	font-weight: 600;
}


@media only screen and (max-width: 1139px) {
	/* whatsapp top
		.main-header .service_wrapper {
		display: none;
	}*/
	.main-menu .navigation > li > .mega-menu {
		width: 1000px !important;
	}
	
}

@media only screen and (max-width: 1199px) {
	.hide-sm,
	.main-header .header-top,
	.main-header .main-box {
		display: none !important;
	}
	
	.main-header {
		position: relative;
		top: 0px;
	}
	
	.mobile-header {
		position: relative;
		display: block;
		width: 100%;
background: var(--clearyellow);
		margin: 0;
		padding:10px 15px;
	}
	
	.nav-outer .mobile-nav-toggler {
		display: block;
		margin-top: 10px;
	}
	
	.main-header .nav-outer .main-menu {
		display: none;
	}
	
	.nav-outer .mobile-nav-toggler {
		padding: 5px 0;
	}
	
	.mobile-header.fixed-header {
		position: fixed;
		top: 0;
		width: 100%;
	}
	
	.fixed-header .mobile-sticky-header {
		opacity: 1;
		visibility: visible;
	}
	
	/*=== Mega Menu Style ===*/
	.mega-menu {
		width: 100% !important;
	}
	
	.mobile-menu .navigation > li.has-mega-menu {
		position: relative !important;
	}
	
	.mobile-menu .navigation > li .mega-menu-bar .column {
		padding: 0px;
	}
	
	.mobile-menu .navigation > li > .mega-menu {
		position: relative;
		width: 100%;
		padding: 0px !important;
		background: none !important;
		margin: 0px !important;
		left: 0px !important;
		top: 0px !important;
	}
	
	.mobile-menu .navigation > li > .mega-menu .row {
		margin: 0px;
		width: 100%;
	}
	
	.mobile-menu .navigation > li > .mega-menu:before,
	.mobile-menu .navigation > li > .mega-menu,
	.mobile-menu .navigation > li .mega-menu-bar > ul {
		position: relative;
		border: none;
		float: none;
		visibility: visible;
		opacity: 1;
		display: none;
		margin: 0px;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		padding: 0px;
		outline: none;
		width: 100%;
		background: var(--white);
		-webkit-border-radius: 0px;
		-ms-border-radius: 0px;
		-o-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		transition: none !important;
		-webkit-transition: none !important;
		-ms-transition: none !important;
		-o-transition: none !important;
		-moz-transition: none !important;
		-webkit-box-shadow: none;
		-ms-box-shadow: none;
		-o-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	
	.mobile-menu .navigation > li .mega-menu-bar .column > ul > li {
		border-bottom: none;
		opacity: 1 !important;
		top: 0px !important;
		left: 0px !important;
		visibility: visible !important;
	}
	
	.mobile-menu .navigation > li > .mega-menu {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	
	
}

/*
	.bar-opener {
	width: 36px;
	height: 26px;
	display: block;
	text-align: right;
	padding: 0px;
	z-index: 999;
	float: left;
	position: relative;
	left: 0px;
	top: -5px;
	cursor: pointer;
	}
	
	.bar-opener .bar {
	height: 2px;
	width: 36px;
	float: left;
	background: var(--dblue2);
	margin: 0 0 10px 0px;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	cursor: pointer;
	}
	
	.bar-opener .bar.small {
	width: 30px;
	}
	
	.bar-opener .bar.smalltwo {
	width: 24px;
	}
	
	.bar-opener.active,
	.bar-opener:hover {
	border-color: var(--lblue2);
	}
	
	.bar-opener.active .bar,
	.bar-opener:hover .bar {
	background: var(--lblue2);
	width: 36px;
	}
	
	.bar-opener.active .bar,
	.bar-opener:hover .bar.small {
	width: 36px;
	}
	
	
	.bar-opener.bar-right {
	right: 10px;
	}
	
	
	.bar.right {
	float: right !important;
	}
	
*/


.bar-opener {
	width: 28px;
	height: 28px;
	display: block;
	text-align: right;
	padding: 0px;
	z-index: 999;
	float: right;
	position: relative;
	right: 0px;
	cursor: pointer;
}

.bar-opener .bar {
	height: 2px;
	width: 25px;
	float: right;
	background: var(--lblue2);
	margin: 0 0 7px 0px;
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-ms-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

.bar-opener .bar.small {
	width: 20px;
}

.bar-opener .bar.smalltwo {
	width: 15px;
}

.bar-opener.active,
.bar-opener:hover {
	border-color: var(--dblue2);
}

.bar-opener.active .bar,
.bar-opener:hover .bar {
	background: var(--dblue2);
	width: 30px;
}

.bar-opener.active .bar,
.bar-opener:hover .bar.small,
.bar-opener:hover .bar.smalltwo {
	width: 30px;
}


.mobile-menu-close {
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 0px;
	padding: 10px;
	height: 50px;
	width: 50px;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
}


.mobile-menu-close .close-button {
	width: 50px;
	height: 50px;
	background: var(--lblue2);
	position: relative;
	right: 10px;
	top: 0px;
	display: block;
	text-indent: -9999px;
	-webkit-border-radius: 50px !important;
	-moz-border-radius: 50px !important;
	border-radius: 50px !important;
	cursor: pointer;
	z-index: 1000;
	-webkit-transition: all 0.9s ease;
	-moz-transition: all 0.9s ease;
	-ms-transition: all 0.9s ease;
	-o-transition: all 0.9s ease;
	transition: all 0.9s ease;
}

.mobile-menu-close .close-button:hover,
.mobile-menu-close .close-button:focus {
	background: var(--lblue3);
}

.mobile-menu-close .close-button:before,
.mobile-menu-close .close-button:after {
	content: '';
	width: 55%;
	height: 2px;
	background: var(--white);
	position: absolute;
	top: 48%;
	left: 22%;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.mobile-menu-close .close-button:after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.mobile-menu-close .close-button:hover:before,
.mobile-menu-close .close-button:hover:after {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}


.close-button-all {
	width: 50px;
	height: 50px;
	background: var(--lblue2);
	position: relative;
	right: 0px;
	top: -10px;
	display: block;
	text-indent: -9999px;
	-webkit-border-radius: 50px !important;
	-moz-border-radius: 50px !important;
	border-radius: 50px !important;
	cursor: pointer;
	z-index: 1000;
	-webkit-transition: all 0.9s ease;
	-moz-transition: all 0.9s ease;
	-ms-transition: all 0.9s ease;
	-o-transition: all 0.9s ease;
	transition: all 0.9s ease;
}

.close-button-all:hover,
.close-button-all:focus {
	background: var(--lblue3);
}

.close-button-all:before,
.close-button-all:after {
	content: '';
	width: 55%;
	height: 2px;
	background: var(--white);
	position: absolute;
	top: 48%;
	left: 22%;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.close-button-all:after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.close-button-all:hover:before,
.close-button-all:hover:after {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}


.search-modal {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	background: var(--whitergba9);
}

.js .search-modal {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
}

.search-modal::before, .search-modal::after {
	content: '';
	position: absolute;
	width: calc(100% + 15px);
	height: calc(100% + 15px);
	pointer-events: none;
	border: 0px solid var(--gray3);
}

.search-modal::before {
	top: 0;
	left: 0;
	border-right-width: 0;
	border-bottom-width: 0;
}

.search-modal::after {
	right: 0;
	bottom: 0;
	border-top-width: 0;
	border-left-width: 0;
}

.btn--search-close {
	font-size: 2.5em;
	position: absolute;
	top: 1em;
	right: 1.25em;
	display: none;
}

.js .btn--search-close {
	display: block;
}

.search-modal__form {
	margin: 5em 0;
}

.search-modal__info {
	font-weight: bold;
	font-size: 16px;
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 0.85em 0;
	text-align: left;
	color: var(--gray3);
}

.search-modal__suggestion {
	text-align: left;
	padding-right: 30px;
}


/************************/
/* Transitions */
/************************/
.js .search-modal {
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.5s;
}

.js .search-modal--open {
	pointer-events: auto;
	opacity: 1;
}

/* Border */
.search-modal::before, .search-modal::after {
	transition: transform 0.5s;
}

.search-modal::before {
	transform: translate3d(-15px, -15px, 0);
}

.search-modal::after {
	transform: translate3d(15px, 15px, 0);
}

.search-modal--open::before, .search-modal--open::after {
	transform: translate3d(0, 0, 0);
}


/* Close button */
.btn--search-close {
	opacity: 0;
	background: var(--lblue2);
	border: none;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
	padding: 0;
}

.search-modal--open .btn--search-close {
	opacity: 1;
}

.search-modal--open .btn--search-close:hover,
.search-modal--open .btn--search-close:focus {
	outline: none;
	box-shadow: none;
}

/* Search form with input and description */
.js .search-modal__form {
	opacity: 0;
	transform: scale3d(0.8, 0.8, 1);
	transition: opacity 0.5s, transform 0.5s;
}

.js .search-modal--open .search-modal__form {
	opacity: 1;
	transform: scale3d(1, 1, 1);
}

.search-modal__suggestion {
	opacity: 0;
	transform: translate3d(0, -30px, 0);
	transition: opacity 0.5s, transform 0.5s;
}

.search-modal--open .search-modal__suggestion {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

.search-modal--open .search-modal__suggestion h3 {
	color: #293326;
}

@media screen and (max-width: 40em) {
	.search-modal__form {
		margin: 5em 0 1em;
	}
	
	.btn--search-close {
		font-size: 2.25em;
		top: 1.5em;
		right: 1.5em;
	}
	
	.search-modal__info {
		text-align: left;
	}
	
}

.search-suggestion {
	padding-bottom: 10px;
	padding-bottom: 10px;
}

.search-suggestion a {
	margin: 10px;
	color: var(--lblue2);
}

.search-suggestion a:hover {
	margin: 10px;
	color: var(--lblue3);
}


.searchbox.h53 {
	height: 100px !important;
}


.searchbox.fancy {
	position: relative;
}

.searchbox.fancy .form-control {
	padding-right: 200px;
	font-size: 16px;
}

.searchbox.fancy button {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 11px 20px 12px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	background: var(--lblue2);
}

.searchbox.fancy button span {
	position: relative;
	font-size: 16px;
	font-weight: bold;
	top: -8px;
	
}

.searchbox.fancy button i {
	position: relative;
	font-size: 24px;
	top: -5px;
	
}

.searchbox .button.large {
	padding: 11px 20px;
}

.searchbox.fancy .form-control::-webkit-input-placeholder {
	opacity: 0.5;
	color: var(--gray3);
}

.searchbox.fancy .form-control::-moz-placeholder {
	opacity: 0.5;
	color: var(--gray3);
}

.searchbox.fancy .form-control:-ms-input-placeholder {
	opacity: 0.5;
	color: var(--gray3);
}

.searchbox .button {
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
	background: var(--gray4);
	padding: 12px 20px 12px;
	font-size: 15px;
	height: 53px;
	border: 0;
	color: var(--white);
	text-transform: uppercase;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	-webkit-border-top-right-radius: 3px !important;
	-webkit-border-bottom-right-radius: 3px !important;
	-moz-border-radius-topright: 3px !important;
	-moz-border-radius-bottomright: 3px !important;
	border-top-right-radius: 3px !important;
	border-bottom-right-radius: 3px !important;
}

.searchbox .button + .button {
	margin-left: 20px;
}

.searchbox .button:hover,
.button:focus {
	background: var(--lblue2);;
	color: var(--white);
	border-color: var(--lblue2);
}

.searchbox.fancy .form-control {
	padding-right: 200px;
	font-size: 16px;
	background-color: var(--white);
	background-image: none;
	border: 1px solid var(--white) !important;
	box-shadow: none;
	height: 53px !important;
	padding: 10px 12px 10px 25px;
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	border-radius: 3px !important;
	-webkit-box-shadow: 0px 5px 25px 3px var(--blackrgba4);
	-moz-box-shadow: 0px 5px 25px 3px var(--blackrgba4);
	box-shadow: 0px 5px 25px 3px var(--blackrgba4);
}

.searchbox.fancy .form-control:focus {
	-webkit-box-shadow: 0px 5px 25px 3px var(--blackrgba4);
	-moz-box-shadow: 0px 5px 25px 3px var(--blackrgba4);
	box-shadow: 0px 5px 25px 3px var(--blackrgba4);
}


.search-top {
	position: relative;
	left: 0;
	top: 0;
	height: 56px;
	width: 250px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	opacity: 1;
	visibility: visible;
	margin-right: 30px;
	
	
}


.search-top .form-group form {
	position: relative;
}

.search-top .form-group {
	position: relative;
	margin: 0px;
	overflow: hidden;
	border-bottom: 0px solid var(--blackrgba5);
	border-bottom: 1px solid var(--blackrgba3);
}

.search-top .form-group input[type="text"],
.search-top .form-group input[type="search"] {
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 25px;
	color: var(--gray3);
	padding: 10px 0;
	height: 45px;
	padding-left: 15px;
	width: 100%;
	background-color: var(--white);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	
	outline: none;
	background-color: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	border: 0px solid #ccc !important;
}

.search-top .form-group input[type="submit"],
.search-top .form-group button {
	position: absolute;
	right: 0px;
	top: -1px;
	background: transparent;
	text-align: center;
	font-size: 24px;
	width: 40px;
	height: 44px;
	line-height: 45px;
	color: var(--lblue2);
	padding: 0;
	background: var(--white);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

.search-top .form-group input[type="submit"]:hover,
.search-top .form-group button:hover {
	background-color: var(--white);
	color: var(--dblue2);
}

.mega-menu .icon-title {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	width: 100%;
	padding-bottom: 15px;
}

.mega-menu .icon-title img {
	width: 42px;
	margin-right: 10px;
}





.sidebar-cart{
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.sidebar-cart-active{
	overflow: hidden;
}

.sidebar-cart-active .sidebar-cart{
	opacity: 1;
	visibility: visible;
}

.sidebar-cart .cart-back-drop{
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.5);
}

.sidebar-cart .shopping-cart{
	position: fixed;
	right: 0;
	top: 0;
	height: 100%;
	width:600px;
	background-color: #ffffff;
	padding: 20px 20px 50px;
	overflow-y: auto;
	-webkit-transform: translateX(50%);
	-moz-transform: translateX(50%);
	-ms-transform: translateX(50%);
	-o-transform: translateX(50%);
	transform: translateX(50%);
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

@media only screen and (max-width: 767px) {
	.sidebar-cart .shopping-cart{
		width:320px;
	}
	
}

.sidebar-cart-active .sidebar-cart .shopping-cart{
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-o-transform: translateX(0%);
	transform: translateX(0%);
}

.shopping-cart .cart-header{
	position: relative;
	display: flex;
	justify-content: flex-end; /* Alinha os itens ao final do contêiner (à direita) */
	align-items: flex-end;
	margin-bottom: 0px;
}

.shopping-cart .title{
	text-align: left;
	font-size: 15px;
	line-height: 21px;
	display:block;
	margin-bottom:5px;
}

.shopping-cart .cart-header .close-cart{
	width: 50px;
	height: 50px;
	color: var(--white);
	padding: 0;
	background: var(--dblue2);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

.shopping-cart .cart-header .close-cart:hover{
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}




.shopping-cart .cart-header .close-cart i{
	position: relative;
	z-index: 1;
	top: -1px;
	font-size: 24px;
	text-align: center;
	color: var(--white);
}
.sidebar-cart .cart-item{
	padding-left: 100px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #e5e5e5;
	margin-bottom: 20px;
}

.sidebar-cart .shopping-cart .shopping-cart-items{
	display:block;
	width:100%;
	padding-bottom:20px;
	margin-bottom: 20px;
}


.sidebar-cart .shopping-cart .shopping-cart-items .imgicons{
	width:100%;
	display:block;
	text-align:center ;
	margin:auto;
}

.sidebar-cart .shopping-cart .shopping-cart-items .imgicons img{
	width:110px;
	margin-bottom:5px;
}

.sidebar-cart .shopping-cart .shopping-cart-items .imgicons p{
	font-size:16px;
	font-weight:bold;
	line-height:1.1 !important;
	text-transform:uppercase;
}

.sidebar-cart .shopping-cart .theme-btn{
	font-size:16px;
	font-weight:bold;
	line-height:1.1
	
}
.sidebar-cart .shopping-cart .cart-footer{
	display:block;
	width:100%;
	
	margin-bottom: 20px;
}


.shopping-cart-items img{
	/*width:220px;*/
}




.contact-link {
	background: var(--lblue2);
	color: var(--white);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
    	position:relative;
	-webkit-border-radius: 7px;
	-moz-border-radius:7px;
	border-radius:7px;
	overflow:hidden;
}
.contact-link:hover,
.contact-link:focus {
	background: var(--lblue3);
}

.contact-link a span,
.contact-link a{
	color: var(--white)!important;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.contact-link a:hover span,
.contact-link a:hover{
	color: var(--white) !important;
}


.contact-link img{
	position:relative;
	top:-3px;
	width:24px;	
	padding:0px;
	margin:0px;
}



.contact-link:before {
	content: '';
	width: 30px;
	height: 20px;
	top: 20px;
	left:15px;
	position: absolute;
	
}

@media only screen and (max-width: 430px) {
	.outer-box{
		/*display:none;
		visibility:hidden;*/
	}
}





.button-sell {
	position:relative;
	padding:0px;
	font-weight: bold;
	color: var(--white) !important;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	position: relative;
	/*-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;*/
	
	
	overflow: hidden;
	/*background-size: 200% auto;
	background-image: linear-gradient(to right, var(--Whats1) 0%, var(--Whats2) 50%, var(--Whats1) 100%);
	-webkit-box-shadow: 0px 5px 25px 0px var(--blackrgba1);
	-moz-box-shadow: 0px 5px 25px 0px var(--blackrgba1);
	box-shadow: 0px 5px 25px 0px var(--blackrgba1);*/
	
        display: flex;
	align-items: center;
	
}

.button-sell .icon {
	float:right;
	width:36px;
	position: relative;
	display: block;
	z-index: 2;
	text-align: center;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	padding: 5px 5px 5px 5px;
	width: auto;
	background: var(--Whats1);
	color: var(--white);
	width: 70px;
	height: 70px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
		    -webkit-box-shadow: 0px 10px 30px -5px var(--blackrgba1);
    -moz-box-shadow: 0px 10px 30px -5px var(--blackrgba1);
    box-shadow: 0px 10px 30px -5px var(--blackrgba1);
}

.button-sell .text {
	float:left;
	top:0px;
	right:-25px;
	background:var(--Whats1);
	padding:10px 30px 10px 10px;
		position: relative;
	z-index: 1;
		-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
		-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	    -webkit-box-shadow: 0px 10px 30px -5px var(--blackrgba1);
    -moz-box-shadow: 0px 10px 30px -5px var(--blackrgba1);
    box-shadow: 0px 10px 30px -5px var(--blackrgba1);
}


.button-sell i {
	position: relative;
	top:-2px;
	font-size:36px;
	color:var(--white) !important;
	transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.button-sell .text .text-1,
.button-sell .text .text-3 {
	line-height:1.1;
	font-size:12px;
	margin:0px;
	padding:0px;
	display:none;
		visibility:hidden;
}
.button-sell .text .text-2 {
	font-size:16px;
	font-weight:bold;
	margin:0px;
	padding:0px;
	line-height:1.1;
}

.button-sell:hover .icon,
.button-sell:focus .icon {
	background:var(--Whats2);
}

.button-sell:hover .text,
.button-sell:focus .text {
	background:var(--Whats1);
}

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

	
	.button-sell .text .text-1,
.button-sell .text .text-3 {
		display: none;
		visibility: hidden;
}
	
	
	
}






@media only screen and (max-width: 550px) {
	.button-sell {
		padding:0px;
		
	}
	

	
	
	.button-sell .icon {
	width: 50px;
	height: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	}
	
	.button-sell i {
	top:-3px;
	font-size:28px;
}

.button-sell .text {
	float:left;
	top:0px;
	right:-25px;
padding:5px 30px 5px 10px;
}

	.button-sell .text .text-2  {
		font-size:14px
	}
	
	.nav-outer .mobile-nav-toggler {
		margin-top: 12px;
	}
	
	
	.mobile-header .outer-box{
		padding-top: 7px;
	}
	
	
}

@media only screen and (max-width: 399px) {
	.button-sell .text {
	width:100px;
	padding:5px 30px 5px 10px;
}
}
.mobile-menu .navigation > li a svg,
.main-menu .navigation > li > a svg {
    position: relative;
    top:0px;
    left:0px;
    margin-right: 3px;
    width:24px;
    height:24px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--white) !important;
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

