
.main-header {
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: auto;
    z-index: 99;
    background: var(--bgpattern);
    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;
}

/* Header Top */

.main-header .header-top {
    padding-top: 5px;
    position: relative;
    /*background: var(--white);*/
    border-bottom: 1px solid var(--blackrgba1);
    max-width:1400px !important;
    margin:5px auto;
    padding:0px 15px;

}


.main-header .header-top .inner-container {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.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: 15px;
    line-height: 25px;
    color: var(--lblue2);
    font-weight: 400;
    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(--lblue2);
}

.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: -3px;
}

.main-header .main-box {
    position: relative;
    display: block;
    padding: 0 30px;
    z-index: 999;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.main-header .nav-outer {
    position: static;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


@media only screen and (max-width: 1249px) {
    .main-header .main-box {
        padding: 0px 0px;
    }

}






.main-header .logo {
    position: relative;
    top: 0px;
    z-index: 15;
    -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 .logo .logo-inner {
    position: relative;
    width: 175px;
    height: 70px;
    top: 0px;
    left: 0;
    z-index: 9;
    padding: 0px 0px 0px 0px;
    display: flex;
    align-items: center;
    -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-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 {
    width: 125px;
}

.main-header .fixed-header .logo {
    /*background: var(--white);*/
}

.main-header .fixed-header .logo img {
    width: 100% !important;
}

.main-header .logo img {
    width: 100% !important;

    padding:5px;
}



.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;
    font-weight: bold;
    color: var(--lblue2);
    padding: 45px 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;

}

.main-menu .navigation > li > a:active,
.main-menu .navigation > li > a:focus,
.main-menu .navigation > li > a:hover {
    color: var(--lblue1);
}



.main-menu .navigation > li > a:before {
    content: "";
    position: absolute;
    left: 0;
    top:0px;
    height:5px;
    width:10px;
    z-index: 3;
    margin: 0 0;
    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: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(--lblue1);
}


.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;
}

.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: 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(--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(--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;
    z-index: 1;
    font-size: 28px;
    color: var(--white);
    cursor: pointer;
    height: 50px !important;
    width: 50px !important;
    padding:10px;
    -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;
    margin-right:10px;
}


.main-header .search-box .search-btn img{
    position:absolute;
    top:10px;
    width:28px;
    padding:0px;
    margin:0px;
}


.main-header .search-box .search-btn:focus,
.main-header .search-box .search-btn:hover {
    background: var(--lblue1);
}

.main-header .search-box .search-btn i {
    position: relative;
    top: -1px;
    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: 16px;
    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;
    padding-top:5px;
    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(--lblue2);
    -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;
    background: var(--bgpattern);
    -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;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
}

/*
	@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 {
    color: var(--lblue2);
}

.sticky-header .main-menu .navigation > li > a {
    padding:30px 10px;
}



.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: 15px;
    left: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    height:70px;
    width:150px;
    z-index: 9;
    padding: 0px;
}


.mobile-header .logo img {
    width: 100% !important;
    padding:5px 5px 5px 5px;
}


.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-color: var(--bgpattern);
    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);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
}

.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: 70px;
    width:116px;
    z-index: 9;
}

.mobile-sticky-header .logo img {
    width: 100% !important;
    padding: 5px;

}

.mobile-sticky-header .nav-outer {
    position: relative;
    float: right;
    right:20px;
}

.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(--bgpattern);
    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:16px;
    line-height: 20px;
    color: var(--lblue2);
    padding: 10px 15px;
    font-weight: bold;
    border-bottom: 1px solid var(--lbluergba1);
    border-top: 1px solid transparent;
    text-transform: uppercase;
}

.mobile-menu .navigation li > a:focus,
.mobile-menu .navigation li > a:hover {
    color: var(--lblue1)
}

.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: 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) {*/
@media only screen and (max-width: 1080px) {
    .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-color: var(--bgpattern);
        margin: 0;
        padding: 25px 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);
    }

    .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: 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;
}


/************************/
/* 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);
}


@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;
    }

}


.searchbox.fancy {
    position: relative;
    margin-top:20px;
}

.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: 0px 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:0;
    -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: 0px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}


.mega-menu .icon-title img {
    width: 42px;
    margin-right: 10px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-shadow: 0px 5px 25px 0px var(--blackrgba2);
    -moz-box-shadow: 0px 5px 25px 0px var(--blackrgba2);
    box-shadow: 0px 5px 25px 0px var(--blackrgba2);
    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(--lblue2);

    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(--lblue2);
}
.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: 150px;

    }
    .main-header .fixed-header .logo{
        width:120px;
    }

    .mobile-header .logo img {
        width: 100% !important;
        padding: 5px 5px 5px 5px;
    }
    .main-header .fixed-header .logo img {
        width: 100% !important;
        padding: 5px 5px 5px 5px;
    }

}


.remove,
.remove-item,
.remove-item i {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}







.flags {
    /*width: 200px;
    height: 32px;
    float: left;
    background:#fc0*/
}
.flags{
    list-style-type: none;
    padding: 0;
    margin: 0;
    float: left;
    padding: 0px !important;
    margin: 0px !important;
    position: relative;
    float:left;
}
.flags li {
    display: inline;
    -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;
}

.flags li a{
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -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;
    overflow:hidden;
    width:32px;
    height:32px;
    padding:0px;
}


.flags li img{
    width:32px;
    height:32px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.flags li:focus,
.flags li:hover{
    /*-moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);*/
}




.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: 551px) {
    .cart-btn-outer {
        visibility:hidden !important;
        display:none !important;
    }
}