
.main-header {
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: auto;
    z-index: 99;
    background: var(--lblue2);
    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: 120px;
}

.main-header .header-top {
    padding: 0px 0px;
    position: relative;
    border-bottom: 0px solid var(--blackrgba1);
    background: var(--white);

}


.main-header .header-top .inner-container {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1400px;
    padding: 0px 15px;
    margin: 0 auto;
}

.main-header .top-left {
    position: relative;
}


.main-header .contact-list {
    position: relative;
    padding: 5px 15px;
    position: relative;
    display: flex;
    align-content: flex-end;
    flex-wrap: wrap;

}

.main-header .contact-list li {
    position: relative;
    font-size: 14px;
    line-height: 25px;
    color: var(--lblue2);
    font-weight: 400;
    letter-spacing: -.5px;
    margin-right: 30px;
}

.main-header .contact-list li:last-child {
    margin-right: 0;
}

.main-header .contact-list li i {
    float: left;
    font-size: 16px;
    line-height: 25px;
    margin-right: 5px;
    color: var(--dblue2);
}

.main-header .contact-list li a {
    color: var(--lblue2);
    font-weight: bold;
    display: inline-block;
    -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-header .contact-list li a:hover {
    color: var(--dblue2);
}

.main-header .top-right {
    position: relative;
    right: 0px;
    top: 0px;
}

.main-header .top-right .linkFale {
    background: var(--dblue1);
    padding: 12px 25px;
    float: left;
    color: var(--black) !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;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;


}

.main-header .top-right .linkFale:hover,
.main-header .top-right .linkFale:focus {
    background: var(--dblue2);
}


.main-header .top-right ul {
    padding-top: 7px;
    padding-left: 20px;
    float: right;
}


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

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

.sticky-header .logo .logo-inner {
    position: relative;
    width: 180px;
    height: 48px;
    top: 0px;
    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 {
    /*background: var(--white);*/
}


.main-header .logo::before {
    content: "";
    position: absolute;
    bottom: -25px;
    right: -30px;
    width: 1500px;
    /*height: 100%;*/
    height: calc(100% + 100px);

    -moz-transform: skew(-25deg, 0deg);
    -webkit-transform: skew(-25deg, 0deg);
    -o-transform: skew(-25deg, 0deg);
    -ms-transform: skew(-25deg, 0deg);
    transform: skew(-25deg, 0deg);
    background: var(--black);
    background-repeat: no-repeat;
    background-position: top left;
    transition: all 0.4s cubic-bezier(.7, 1, .7, 1);
    z-index: 2
}

.main-header .logo::after {
    content: "";
    position: absolute;
    bottom: -25px;
    right: -40px;
    width: 1500px;
    /*height: 100%;*/
    height: calc(100% + 100px);

    -moz-transform: skew(-25deg, 0deg);
    -webkit-transform: skew(-25deg, 0deg);
    -o-transform: skew(-25deg, 0deg);
    -ms-transform: skew(-25deg, 0deg);
    transform: skew(-25deg, 0deg);
    background: var(--lblue3);
    background-repeat: no-repeat;
    background-position: top left;
    transition: all 0.4s cubic-bezier(.7, 1, .7, 1);

    z-index: 0
}

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

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


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

.main-menu {
    /*position: static;*/

    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.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: 1.1rem;
    font-weight: bold;
    color: var(--white);
    padding: 40px 10px;
    -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;
    text-transform: uppercase;

}

.activeProducts {
    color: var(--dblue1) !important;
}

.mobile-menu .activeProducts {
    color: var(--lblue1) !important;
}


.main-menu .navigation > li > a:active,
.main-menu .navigation > li > a:focus,
.main-menu .navigation > li > a:hover {
    color: var(--dblue1);
}


.main-menu .navigation > li > a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    height: 3px;
    width: 10px;
    z-index: 3;
    margin: 0 0;
    opacity: 0;
    background: var(--dblue2);
    -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(--dblue2);
    top: 0px;
    opacity: 1;
}

.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(--dblue2);
}


.main-menu .navigation > li > a > span {
    position: relative;
    display: block;
    /*padding-right: 10px;*/
    -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;
    line-height: 18px;
}

.main-menu .navigation > li > ul {
    position: absolute;
    top: 100%;
    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;
    padding: 10px 20px;
    z-index: 1;
    min-width: 320px;
    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(--blackrgba1);
}

.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: 22px;
    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: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    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(--blackrgba2);
}

.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: bold;
    font-size: 15px;
    line-height: 28px;
    color: var(--lblue2);
    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 > ul > li > a:hover,
.main-menu .navigation > li > ul > li > ul > li > a:focus {
    color: var(--black);
}

.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;
    z-index: 1;
    font-size: 28px;
    color: var(--white);
    cursor: pointer;
    height: 50px;
    width: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background: var(--lblue2);
    overflow: hidden;
    -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 .search-box .search-btn:focus,
.main-header .search-box .search-btn:hover {
    background: var(--dblue2);
}

.main-header .search-box .search-btn i {
    position: relative;
    top: 2px;
    font-size: 28px;
    color: var(--white);
}

.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: 10;
    top: 100%;
    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;
    -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: 1.1rem;
    line-height: 1.1;
    font-weight: bold;
    margin-bottom: 10px;
    padding-top: 9px;
    padding-bottom: 0px;
    color: var(--lblue2);
    -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;
    text-transform: uppercase;
}

/*
.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: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

}
*/
.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 .titlecat {
    position: relative;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 15px;
    margin-bottom: 9px;
    color: var(--lblue2);
    display: block;
    margin-bottom: 30px;
}

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


.main-menu .navigation > li .mega-menu-bar .column > ul > li > a {
    position: relative;
    display: block;
    z-index: 1;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.1;
    color: var(--lblue2);
    padding: 7px 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(--dblue2);
    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;
    border-radius: 4px;
    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;
    border-left: 0px solid var(--blackrgba1);
}

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


.main-header .cart-btn {
    position: relative;
    display: block;
    z-index: 1;
    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(--dblue2);
    color: var(--white);
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;


}


.main-header .cart-btn i {
    position: relative;
    /*display: block;*/
    z-index: 1;
    font-size: 24px;
    text-align: center;
    border: 0;
    color: var(--white);
    overflow: hidden;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.main-header .cart-btn span {
    position: relative;
    font-weight: bold;
    left: 7px;
    top: -2px;

}

.main-header .cart-btn:focus,
.main-header .cart-btn:hover {
    background: var(--lblue3);
    color: var(--white);
}

.main-header .cart-btn .count {
    position: absolute;
    /*right:-25px !important;*/
    left: 30px;
    top: -3px;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    color: var(--white);
    background: var(--dblue3);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    z-index: 2 !important;


}

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

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


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

.sticky-logo {
    display: none;
}

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

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

/***
	
	====================================================================
	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:0px;
    left: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    height: 59px;
    width: 200px;
    z-index: 9;
}


.mobile-header .logo img {
    width: 100% !important;
    position: relative;
    padding: 0px;
    top:11px;
    z-index: 11;
}


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

.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(--lbluergba9);
    -webkit-backdrop-filter: saturate(150%) blur(5x);
    backdrop-filter: saturate(150%) blur(5px);
    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:0px;
    left: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    height: 59px;
    width: 200px;
    z-index: 9;
}

.mobile-sticky-header .logo img {
    width: 100% !important;
    position: relative;
    padding: 0px;
    top:11px;
    z-index: 11;
}

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

.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: 20px;
    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: 30px 15px 20px 15px;
    text-align: left;
    border-bottom: 0px solid var(--blackrgba1);
}

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

.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-color: var(--black);
    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;
}

.mobile-menu .navigation li > a {
    position: relative;
    display: block;
    font-size: 1.1rem;
    line-height: 20px;
    color: var(--lblue2);
    padding: 10px 15px;
    font-weight: bold;
    border-bottom: 1px solid var(--blackrgba1);
    border-top: 1px solid transparent;
    text-transform: uppercase;
}

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

.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: 10px 10px 10px 0px;
    font-size: 16px;
}

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

.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: 20px;
}

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


.mobile-menu .mega-menu-bar h3 {
    position: relative;
    font-size: 1.1rem;
    font-weight: bold;
    padding-bottom: 5px;
    margin-top: 7px;
    margin-bottom: 7px;
    margin-left: 0px;
    color: var(--lblue2);
    text-transform: uppercase;
    -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;
}

/*
.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: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -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: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    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;
    }

}


.collun-paddingtop-20 {
    padding-top: 0px !important;
}

/*
@media only screen and (max-width: 1023px) {
    .main-header .header-top {
        display: none !important;
    }
}

*/

@media only screen and (max-width: 1100px) {
    .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(--lblue2);
        margin: 0;
        padding: 10px 15px 10px 15px;
    }

    .nav-outer .mobile-nav-toggler {
        display: block;
        margin-top: 15px;
    }

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

    .collun-paddingtop-20 {
        padding-top: 15px !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: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.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: 40px;
    height: 40px;
    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(--dblue2);
    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: #C00;
}

@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;
    margin-top: 120px;
}

.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: 20px;
    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);
}


/*=== Shopping Cart ===*/

.cart-widget {
    position: relative;
    padding: 30px;
    border: 0px solid #DADCE2;
    border-radius: 7px;
    overflow: hidden;

}

.shopping-cart .cart-item {
    position: relative;
    width: 100%;
    padding-left: 75px;
    min-height: 60px;
    margin-bottom: 20px;
}

.shopping-cart .cart-item:last-child {
    border-bottom: 0;
}

.shopping-cart .cart-item .thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.shopping-cart .cart-item:hover .thumb {
    opacity: 0.7;
}

.shopping-cart .item-name {
    display: block;
    color: var(--gray3);
    font-weight: 600;
    font-size: 14px;
    line-height: 1.1;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.shopping-cart .cart-item:hover .item-name {
    color: var(--lblue2);
}

.shopping-cart .item-quantity {
    position: relative;
    display: block;
    font-size: 14px;
    color: var(--gray3);
}


.shopping-cart .product-detail {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.shopping-cart .remove {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    z-index: 2;
    color: var(--gray3);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    cursor: pointer;
}

.shopping-cart .remove-item i {
    position: relative;
    font-size: 20px;
    color: var(--red);
}

.shopping-cart .remove-item:hover i {
    color: var(--gray3);
}

.shopping-cart .cart-footer {
    position: relative;
    margin-top: 16px;
}

.shopping-cart .shopping-cart-total {
    width: 100%;
    margin: 0 0 20px;
    padding-top: 15px;
    border-top: 1px solid var(--blackrgba1);
    font-size: 17px;
    display: inline-flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
}

.shopping-cart .shopping-cart-total span {
    font-size: 15px;
}

.shopping-cart .btn-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shopping-cart .theme-btn {
    display: inline-block;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    background-color: var(--lblue2);
    border-radius: 7px;
    color: var(--white);
    margin: 0 6px 0;
    padding: 0 15px;
    min-width: auto;
    -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 {
    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: var(--whitergba7);
}

.sidebar-cart .shopping-cart {
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    width: 350px;
    background-color: var(--white);
    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;
}

.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: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.shopping-cart .cart-header .title {
    text-align: left;
    font-size: 15px;
    line-height: 21px;
}

.shopping-cart .cart-header .close-cart {
    font-size: 12px;
}

.sidebar-cart .cart-item {
    padding-left: 65px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--blackrgba1);
    margin-bottom: 20px;
}

.sidebar-cart .shopping-cart .cart-item .thumb {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 7px !important;
    -moz-border-radius: 7px !important;
    border-radius: 7px !important;
    overflow: hidden !important;
}

.sidebar-cart .shopping-cart .theme-btn {
    margin: 0 0 15px;
    display: block;
    width: 100%;
    background: var(--dblue2)
}


.sidebar-cart .shopping-cart .theme-btn:focus,
.sidebar-cart .shopping-cart .theme-btn:hover {
    background: var(--lblue2)
}


.item-img-hover *,
.item-img-hover,
.item-img-hover img {
    transition: all 0.4s cubic-bezier(.7, 1, .7, 1);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}


.item-img-hover-inner {
    transition: all 0.4s cubic-bezier(.7, 1, .7, 1);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    padding: 15px;
    overflow: hidden;
}

.mobile-menu .item-img-hover,
.mobile-menu .item-img-hover-inner {
    opacity: 0;
    visibility: hidden;
    display: none;
    height: 1px;
}


.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: 10px;
    margin-bottom: 5px;
    border-bottom: 0px solid var(--dblue2);
}

.mega-menu .icon-title::before {
    background: var(--lblue2) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    width: 100%;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}


.mega-menu .icon-title::after {
    background: var(--dblue2) none repeat scroll 0 0;
    bottom: -1px;
    content: "";
    height: 7px;
    left: -1px;
    position: absolute;
    width: 30px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}


.mega-menu .icon-title img {
    width: 36px;
    margin-right: 10px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background: 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;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}


.mega-menu a:focus h3,
.mega-menu a:hover h3 {
    color: var(--dblue2) !important;
}


.mega-menu a:focus .icon-title img,
.mega-menu a:hover .icon-title img {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
}


.ag-base-block {
    display: inline-block;
    vertical-align: top;
}


.ag-menu_btn {
    display: inline-block;
    height: 24px;
    width: 30px;

    position: relative;
}

.ag-menu_btn:hover {
    cursor: pointer;
}

.ag-menu_line {
    display: inline-block;
    height: 3px;
    width: 100%;
    background-color: var(--white);

    position: absolute;
    left: 0;

    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;

    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.ag-menu_line:first-child {
    top: 0;
}

.ag-menu_line:last-child {
    bottom: 0;
}

.ag-menu_line__anim {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

    width: 100%;
    margin-top: -1px;

    position: absolute;
    top: 50%;

    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.ag-menu_line__color-1,
.ag-menu_line__color-2 {
    -ms-flex-negative: 0;
    flex-shrink: 0;

    height: 3px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-transition: width .4s ease-in-out;
    -moz-transition: width .4s ease-in-out;
    -o-transition: width .4s ease-in-out;
    transition: width .4s ease-in-out;
}

.ag-menu_line__color-1 {
    width: 30%;
    background-color: var(--dblue2);
}

.ag-menu_line__color-2 {
    width: 60%;
    background-color: var(--white);
}

.ag-menu_btn:hover .ag-menu_line__color-1 {
    width: 70%;
}

.ag-menu_btn:hover .ag-menu_line__color-2 {
    width: 30%;
}

.js-ag-active-4 .ag-menu_line:first-child {
    margin-top: -1px;

    top: 50%;

    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.js-ag-active-4 .ag-menu_line:last-child {
    opacity: 0;
}

.js-ag-active-4 .ag-menu_line__anim {
    top: 50%;

    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}


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

    .mobile-header .logo {
        width: 160px;

    }

    .main-header .fixed-header .logo {
        width: 160px;
    }

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

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

}

.budget span {
    position: relative;
    top: 3px;
    font-size: 16px;
    color: var(--white);
    padding: 0px 0px 0px 0px;
    margin: 0px;
}


.budget {
    padding: 10px 20px;
    font-weight: bold;
    color: var(--black) !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: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    overflow: hidden;

    background: var(--Whats1);
    background: -moz-linear-gradient(-45deg, var(--Whats1) 0%, var(--Whats2) 82%);
    background: -webkit-linear-gradient(-45deg, var(--Whats1) 0%, var(--Whats2) 82%);
    background: linear-gradient(135deg, var(--Whats1) 0%, var(--Whats2) 82%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--Whats1)', endColorstr='var(--Whats2)', GradientType=1);


}


.budget:hover,
.budget:focus {
    color: var(--white);
    background-color: var(--dblue2);
    -webkit-box-shadow: 0px 10px 15px 0px var(--Whatsrgba3);
    -moz-box-shadow: 0px 10px 15px 0px var(--Whatsrgba3);
    box-shadow: 0px 10px 15px 0px var(--Whatsrgba3);
}

.budgettwo {
    background: var(--dblue2);
}

.budgettwo:hover,
.budgettwo:focus {
    color: var(--white);
    background-color: var(--dblue3);
    -webkit-box-shadow: 0px 10px 15px 0px var(--dbluergba3);
    -moz-box-shadow: 0px 10px 15px 0px var(--dbluergba3);
    box-shadow: 0px 10px 15px 0px var(--dbluergba3);
}


.budget svg {
    width: 28px;
    height: 28px;
    top: -2px;
    vertical-align: text-top;
    position: relative;
    stroke-width: 1.5;
    fill: var(--white);
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.budget:focus svg,
.budget:hover svg {
    fill: var(--white);
}


.budgettwo svg {
    fill: var(--lblue2);
}

.budgettwo:focus svg,
.budgettwo:hover svg {
    fill: var(--lblue2);
}

.budgettwo span {
    color: var(--lblue2);
}


@media only screen and (max-width: 599px) {
    .budget span {
        display: none;
        visibility: hidden;
    }


    .main-header .logo::before {
        right: -15px;
    }

    .main-header .logo::after {
        right: -25px;
    }


}


@media only screen and (max-width: 438px) {
    .outer-box .social-icons {
        display: none;
        visibility: hidden;
    }

    .budget {
        padding: 10px 12px;
    }

    .mobile-sticky-header .nav-outer {
        right: 15px;
    }

    .mobile-header .nav-outer {
        right: 15px;
    }

}


@media only screen and (max-width: 380px) {
    .ptheader {
        display: none;
        visibility: hidden;
    }

}


header .social-icons li a {
    background: var(--gray3);
    color: var(--lblue2);
}

.ptheader {
    padding-top: 5px;
}


header .social-icons li a svg {
    position: relative;
    top: 7px;
    width: 22px;
    height: 22px;
    vertical-align: text-top;
    stroke-width: 1.5;
    fill: var(--lblue2);

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

header .social-icons li a:hover svg {
    fill: var(--white);
}


.menu-hidden {
    display: none;
    visibility: hidden;
}

@media only screen and (max-width: 1100px) {
    .menu-hidden {
        display: block;
        visibility: visible;
    }
}



.button-sell {
    position:relative;
    padding:9px 18px;
    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: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    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:left;
    width:50px;
}

.button-sell .text {
    float:left;
}


.button-sell svg {
    position: relative;
    top:0px;
    width: 45px;
    height: 45px;
    stroke-width:0;
    fill: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;
}
.button-sell .text .text-2 {
    font-size:18px;
    font-weight:bold;
    margin:0px;
    padding:0px;
    line-height:1.1;
}


.button-sell-two {
    background-size: 300% auto;
    background-image: linear-gradient(to right, var(--dblue2) 0%, var(--dblue3) 50%, var(--dblue2) 100%);
}


.button-sell-two:hover,
.button-sell-two:focus,
.button-sell:hover,
.button-sell:focus {
    background-position: right center;
    -webkit-box-shadow: 0px 10px 35px 0px var(--blackrgba3);
    -moz-box-shadow: 0px 10px 35px 0px var(--blackrgba3);
    box-shadow: 0px 10px 35px 0px var(--blackrgba3);
}


@media only screen and (max-width: 767px) {
    .button-sell .text  {
        display: none;
        visibility: hidden;
    }

.button-sell {
        margin-top: 10px;
        margin-bottom: 9px;
    padding:9px 6px;
text-align: center !important;

}
.button-sell svg {
    top:0px;
    width:22px;
    height: 22px;
}
    
.button-sell .icon {
    float: left;
    width: 30px;
}
    
}
