
/*Main Header*/

.site-header {
    background-color: transparent;
    width: 100%;
    z-index: 1;
}

.site-header {
    padding-bottom: 80px;
}


@media screen and (min-width: 991px) {
    .logo {
        margin-top: -20px;
    }
}

body.home .site-header,
body[class^="page-template-template-product-"] .site-header,
body[class*=" page-template-template-product-"] .site-header {
    position: absolute;
    left: 0;
    top: 0;
    padding-bottom: 0;
    z-index: 10;
}

body.admin-bar.home .site-header,
body.admin-bar[class^="page-template-template-product-"] .site-header,
body.admin-bar[class*=" page-template-template-product-"] .site-header {
    top: 32px;
}

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

    body.admin-bar.home .site-header,
    body.admin-bar[class^="page-template-template-product-"] .site-header,
    body.admin-bar[class*=" page-template-template-product-"] .site-header { 
        top: 46px;
    }
}

body.admin-bar .off-canvas-menu {
    top: 32px;
}

.covid-notice {
    background: #0F3C61;
    text-align: center;
    padding: 7px 15px;
}
.covid-notice a {
    color:#fff;
    font-weight:700;
    font-size:18px;
}


.product-notice {
    text-align: center;
    padding: 7px 15px;
    font-size: 16px;
    color: #fff;
}

body.page-template-template-product-biakos .header-area {
    padding-top: 25px;
}

body.page-template-template-product-biakos .emg-page-banner {
    padding-top: 220px;
}

@media only screen and (min-width: 991px) {

    body.page-template-template-product-biakos .header-area {
        padding-top: 15px;
    }
    
    body.page-template-template-product-biakos .emg-page-banner {
        padding-top: 300px;
    }

}

.bg-biakos {
    background: #03b0a9;
}


/*Adjust header*/


.mobile-menu-wrap {
    display: flex;
}

.header-menu ul li {
    list-style: none;
    position: relative;
    display: block;
    text-align: left;
}

.header-menu ul li a {
    display: block;
    padding: 10px 15px;
}

.navbar .navbar-nav .fas {
    z-index: 1;
}

.header-menu ul li:not(.menu-item-has-children) > span > .fas {
    display: none !important;
}

.header-menu > ul > li {
    display: inline-block;
}

.header-menu > ul > li > span {
    position: relative;
    display: block; 
}

.header-menu > ul > li > span > a {
    font-weight: 600;
    color: #134770;
    padding: 12px 0px;
}

body.home .header-menu > ul li.menu-item-has-children .fas,
body.home .header-menu > ul > li > span > a {
    color: #fff;
}

body.home .header-menu > ul > li > span > a {
    text-shadow: rgba(0, 0, 0, 0.25) 8px 2px 7px;
}

.header-menu > ul > li:hover > span > a {
    color: #226193;
}

.header-menu > ul > li.menu-item-has-children > span > a {
    padding-right: 22px;
}

@media only screen and (min-width: 992px) {
    .header-menu > ul > li > span > a {
        font-size: 14px;
    }
}

@media only screen and (min-width: 1280px) {

    .header-menu > ul > li > span > a {
        padding: 12px 8px;
        font-size: 16px;
    }

    .header-menu > ul > li.menu-item-has-children > span > a {
        padding-right: 25px;
    }

}

@media only screen and (min-width: 1440px) {

    .header-menu > ul > li > span > a {
        font-size: 17px;
    }


}

.header-menu > ul li.menu-item-has-children .fas {
    font-size: 15px;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform .3s ease-out;
    color: #134770;
}

.header-menu > ul .sub-menu li.menu-item-has-children .fas {
    right: 12px;
}

.header-menu > ul > li.menu-item-has-children:hover > span > .fas {
    transform: rotate(180deg) translateY(50%);
}

.header-menu .sub-menu li.menu-item-has-children > span > .fas {
    transform: rotate(-90deg) translateY(50%);
    top: 50%;
    margin-top: -8px;
    right: 18px;
}

.header-menu > ul ul {
    box-shadow: rgba(0,0,0,0.25) 0 3px 11px 0;
    background-color: #fff;
    transition: transform .4s ease-out,opacity .1s ease-out;
    position: absolute;
    opacity: 0;
    z-index: 100;
    top: 100%;
    left: 0;
    transform: translateY(20px);
    min-width: 210px;
    visibility: hidden;
    padding: 5px 0;
}

.header-menu > ul > li:nth-last-child(2) ul {
    left: -25px;
}

.header-menu > ul > li:last-child ul {
    left: auto;
    right: 0;
}

.header-menu > ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}


.header-menu li li a {
    font-size: 16px;
}

.header-menu li li:hover > a {
    padding-left: 20px;
}

.header-menu li li:hover > span > a,
.header-menu li li:hover > a {
    background: #134770;
    color: #fff;
}

.header-menu li li > span i {
    color: #134770 !important;
}
.header-menu li li:hover > span i {
    color: #fff !important;
}

.header-menu li li ul {
    left: auto;
    right: 100%;
    top: 0;
}

.header-menu > ul li li:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}


/*Mobile Menu */

.mobile-menu ul li a {
    color: #fff;
}

.mobile-menu ul li i {
    color: #fff;
}
.emg_ham {
    display: none;
    position: relative;
    z-index: 110;
}

.mobile-menu {
    overflow: auto;
}

.mobile-menu-wrap {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    position: fixed;
    z-index: 100;
    background: #fff;
    text-align: center;
    height: 100vh;
    overflow-y: auto;
    padding: 70px 25px 80px;
    transition: transform .4s;
    transform: translateY(-100%);
}

body.mobile-menu-show {
    overflow: hidden;
}

body.mobile-menu-show .mobile-menu-wrap {
    transform: translateY(0);
}

#emg-mobile-menu {
    width: 400px;
    max-width: 100%;
    margin: 0 auto 10px;
}

.mobile-menu ul li {
    list-style: none;
    position: relative;
}

.mobile-menu ul {
    padding: 0;
    margin-bottom: 10px;
}

.mobile-menu > ul > li ul.sub-menu {
    margin-top: 23px;
}

.mobile-menu li a {
    font-family: 'din-2014';
    font-size: 33px;
    font-weight: 600;
    color: #333;
    padding: 0;
    display: inline-block;
    position: relative;
    transition: .3s;
    line-height: 1em;

}

.mobile-menu li li a {
    font-size: 20px;
}
.mobile-menu li li li a {
    font-size: 16px;
}

.mobile-menu li a:hover,
.mobile-menu li a:focus {
    text-decoration: none;
    outline: none;
}

.mobile-menu li a:hover {
    text-decoration: none;
    color: #006ba6;
}

.mobile-menu ul > li {
    vertical-align: middle;
}

.mobile-menu ul > li.current-menu-item > span > a,
.mobile-menu ul > li > span > a:hover {
    color: #006ba6;
}

.mobile-menu ul > li:not(.menu-item-has-children) .fas {
    display: none;
}

.mobile-menu ul > li.menu-item-has-children .fas {
    display: inline-block;
    cursor: pointer;
    transition: transform .3s ease-out;
    padding: 0 15px 0 17px;
}

.mobile-menu ul.menu > li > span > a:before {
    content: '';
    width: 0;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #006ba6;
    transition: width .4s;
}

.mobile-menu ul.menu > li.current-menu-item > span > a:before,
.mobile-menu ul.menu > li > span > a:hover:before {
    width: 100%;
}

.mobile-menu li ul {
    display: none;
}

.mobile-menu ul ul {
    padding-left: 35px;
    margin-top: 15px;
}
.mobile-menu li:not(:last-child) {
    margin-bottom: 23px;
}

.hamburger {
    padding: 15px 15px;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    margin-left: 10px;
    overflow: visible;
}

.hamburger:hover {}
.hamburger:focus,
.hamburger:active {
    outline: none;
}

.hamburger.is-active:hover {}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
    background-color: #006ba6;
}

.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before,
.hamburger-inner::after {
    width: 40px;
    height: 5px;
    background-color: #006ba6;
    border-radius: 0;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}
.hamburger-inner::before {
    top: -12px;
}
.hamburger-inner::after {
    bottom: -12px;
}

/** Squeeze*/
.hamburger--squeeze .hamburger-inner {
    transition-duration: 0.075s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
    transform: rotate(45deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}



@media screen and (min-width: 600px) {

    .navbar-header {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .navbar-brand {
        margin: 0;
    }

}

@media screen and (min-width: 768px) {

    .emg_ham {
        display: flex !important;
    }

}

@media screen and (min-width:1199px) {

    .header-menu li li ul {
        left: 100%;
        right: auto;
    }

    .mobile-menu-wrap,
    .emg_ham {
        display: none !important;
    }

    body.mobile-menu-show {
        overflow: initial;
    }

    #emg-desktop-menu {
        display: flex !important;

    }

}



@media screen and ( min-width: 1280px ) {

    .navbar {
        flex-direction: row;
    }

    #emg-desktop-menu {
        width: auto;
        position: static;
    }

    .navbar .navbar-nav li.emg-mega-menu:hover > ul.sub-menu {
        transform: translateY(-3px);
    }

}


@media screen and ( min-width: 1440px ) {

    #emg-desktop-menu {
        padding-top: 0;
    }

    .header-area .header-top p {
        margin-bottom: 10px;
    }

}

@media screen and ( min-width: 1600px ) {

    .navbar .navbar-nav > li > span > a {
        font-size: 16px;
        padding: 0 15px 13px;
    }

    .navbar .navbar-nav > li.menu-item-has-children > span > a {
        padding-right: 25px;
    }

    .navbar .navbar-nav li.menu-item-has-children .fas {
        right: 8px;
    }

}

/*New Product Style*/


@media only screen and (min-width: 991px) {

    body.page-template-template-product-synergy .emg-page-banner {
        padding-top: 250px;
    }
}


.poduct-banner-content {}

.synergy-title {
    font-size: 40px !important;
}

.poduct-banner-content h1 {
    font-size: 37px;
    word-break: break-word;
    font-weight: 700;
}

.emg-image-with-caption img {
    border-radius: 50%;
}

.synergy-single-feature {
    width: 420px;
    max-width: 100%;
    margin: auto;
}

.synergy-feature-thumb img {
    border-radius: 50%;
}

.synergy-feature-thumb img {
    margin: auto;
}

.round-shadow {
    box-shadow: 14px 30px 103px 0px rgba(1, 19, 69, 0.19) !important;
}

.synergy-feature-caption {
    font-size: 26px !important;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 auto;
}

.synergy-chart-title {
    font-size: 28px !important;
    color: #000;
}

.synergy-chart-content p {
    font-size: 24px;
    color: #000;
}

.download-form {
    width: 995px;
    max-width: 100%;
    margin: auto;
}




.gform_wrapper.emg-download-form_wrapper select,
.gform_wrapper.emg-download-form_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper.emg-download-form_wrapper textarea {
    padding: 8px 30px !important;
    border-radius: 20px !important;
}

.gform_wrapper.emg-download-form_wrapper .gform_footer input.button,
.gform_wrapper.emg-download-form_wrapper .gform_footer input[type=submit],
.gform_wrapper.emg-download-form_wrapper .gform_page_footer input.button,
.gform_wrapper.emg-download-form_wrapper .gform_page_footer input[type=submit] {
    width: 100% !important;
    font-weight: normal;
}


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

    .synergy-title {
        font-size: 36px !important;
    }

}


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

    .synergy-title {
        font-size: 32px !important;
    }

    .synergy-chart-title {
        font-size: 24px !important;
    }

    .synergy-chart-content p {
        font-size: 20px;
    }

    .synergy-title {
        font-size: 28px !important;
    }

}


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

    .synergy-feature-caption {
        font-size: 18px !important;
    }
}


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

    .synergy-title {
        font-size: 26px !important;
    }

    .synergy-product-thumb img,
    .emg-image-with-caption img,
    .synergy-feature-thumb img {
        max-width: 90%;
    }

    .gform_wrapper.emg-download-form_wrapper .gform_footer input.button,
    .gform_wrapper.emg-download-form_wrapper .gform_footer input[type=submit],
    .gform_wrapper.emg-download-form_wrapper .gform_page_footer input.button,
    .gform_wrapper.emg-download-form_wrapper .gform_page_footer input[type=submit] {
        font-size: 14px !important;
        padding: 15px 30px !important;
    }

}


/* New Header */
body.page-template-template-home-v2 .header-area {
    background-color: Rgb(var(--primary-color));
}
body.page-template-template-home-v2 .emg-header {
    margin-bottom: 0;
}
.main-header {
    padding: 30px 0;
}
.main-header .navbar-brand img {
    height: 67px;
    width: auto;
}
.main-header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
body.page-template-template-home-v2 .main-header-inner,
body.page-template-template-home-v2 .main-header-inner a {
    color: #fff;
}
.main-header-navigation {
    display: flex;
    align-items: center;
}
.mobile-menu-wrap {
    display: none;
}

.header-contact {
    font-size: 14px;
    font-family: 'din-2014';
}
.header-contact a {
    font-family: 'din-2014';
}
.emg-search {
    margin-left: 20px;
    display: flex;
    cursor: pointer;
}
.emg-search .emg-search-image {
    width: 30px;
    height: 30px;
    z-index: 9;
}
.emg-search .search-form {
    /* display: none; */
}
.emg-search.active .search-form {
    display: block;
}
.emg-search .search-form label {
    margin: 0;
}
.emg-search .search-form input {
    width: 460px;
    height: 30px;
    border: #fff;
    border-radius: 0 20px 20px 0;
    margin-left: -15px;
    padding-left: 22px;
    display: none;
    font-size: 15px;
    font-family: 'din-2014';
}
.emg-search .search-form input::placeholder {
    color: Rgb(var(--text-dark-color));
    text-transform: uppercase;
}
.emg-search .search-form input::-ms-input-placeholder {
    color: Rgb(var(--text-dark-color));
    text-transform: uppercase;
}

.emg-search .search-form .search-submit {
    display: none;
}
.ham-menu {
    width: 30px;
    height: 30px;
    margin-left: 20px;
    cursor: pointer;
}
.ham-menu-close {
    position: absolute;
    right: calc(50vw - 465px - var(--scrollbar-half-width));
    top: 48.5px;
    cursor: pointer;
    z-index: 9;
    height: 30px;
    width: 30px;
    display: none;
}
.off-canvas-menu.active .ham-menu-close {
    display: block;
}

/* off-canvas-menu-css */
.off-canvas-menu {
    background: Rgb(var(--primary-color));
    position: fixed;
    width: 595px;
    max-width: 100%;
    z-index: 99;
    height: 100%;
    padding: 136px 0 0 65px;
    right: 0;
    transition: all 0.5s ease-out 0s;
    transform: translate(650px, 0);
    box-shadow: -1px 0px 15px 1px rgba(0, 0, 0, .2);
    top: 0;
    max-width: 80%;
}
.off-canvas-menu .header-right-top {
    border: none;
}
.off-canvas-menu.active {
    transform: translate(0, 0);
}
.off-canvas-menu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}
.off-canvas-menu.active-child-menu .mobile-menu ul li i.close-child-menu {
    width: 35px;
}
.mobile-menu-footer {
    color: #fff;
    font-size: 14px;
    line-height: 17px;
    padding-bottom: 70px;
}
.mobile-menu-footer .contact-address span {
    display: block;
    font-family: 'din-2014';
    font-size: 14px;
    line-height: 17px;
    font-weight: 600;
}
.mobile-menu-footer .contact-phone {
    margin: 15px 0;
    line-height: 17px;
}
.mobile-menu-footer .contact-phone a {
    font-family: 'din-2014';
    font-size: 14px;
    line-height: 17px;
    font-weight: 600;
    margin: 20px 0 23px 0;
}
.footer-top-social-link {
    display: grid;
    gap: 15px;
    grid-gap: 15px;
    grid-auto-flow: column;
    justify-content: start;
}
.footer-top-social-link i {
    font-size: 18px;
}
body[class^="page-template-template-product-"] .emg-header,
body[class*=" page-template-template-product-"] .emg-header {
    position: absolute;
    left: 0;
    top: 0;
    padding-bottom: 0;
    z-index: 10;
    width: 100%;
}

body.admin-bar[class^="page-template-template-product-"] .emg-header,
body.admin-bar[class*=" page-template-template-product-"] .emg-header {
    top: 32px;
}

@media screen and (min-width: 1200px) {
    .ham-menu-close {
        right: calc(50vw - 555px - var(--scrollbar-half-width));
    }
}
@media screen and (max-width: 991px) {
    .header-contact {
        font-size: 12px;
    }
    .ham-menu-close {
        position: absolute;
        right: calc(50vw - 345px - var(--scrollbar-half-width));
    }
}
@media screen and (max-width: 767px) {
    .main-header {
        padding: 14px 0;
    }
    .navbar-brand img {
        width: 150px;
    }
    .header-contact {
        display: none;
    }
    .emg-search .search-form input {
        width: 200px;
    }
    .ham-menu-close {
        top: 59px;
        right: calc(50vw - 255px - var(--scrollbar-half-width));
    }
    .mobile-menu li a {
        font-size: 25px;
    }
    .mobile-menu li li a {
        font-size: 20px;
    }
    .mobile-menu li li li a {
        font-size: 16px;
    }
    .off-canvas-menu {
        padding: 100px 0 0 30px;
    }
}

@media screen and (max-width: 575px) {
    .ham-menu-close {
        right: 15px;
    }
}

@media screen and (max-width: 480px) {
    .emg-search .search-form input {
        width: 90px;
    }
}
