.site-header {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.main-header {
    transition: .3s;
}

body:not(.home) .site-header,
body.enable-sticky-header .site-header {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.08);
}

body:not(.home) .main-header,
body.enable-sticky-header .main-header {
    background-color: rgb(var(--secondary-color));
}

body.admin-bar .site-header {
    top: 32px;
}

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

    body.admin-bar .site-header {
        top: 46px;
    }
}

.site-logo img {
    width: 320px;
}


.etc-links {
    display: flex;
	justify-content: space-between;
    flex-wrap: wrap;	
    padding: 9px 20px;
    flex-direction: column;
    align-items: flex-start;
    background: #1A306A;
}
/* .etc-links:hover{
	background:rgb(var(--primary-color));
} */
.etc-links:hover a{
	color:#fff;
}
.etc-link {
    padding-left: 50px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    letter-spacing: 1.75px;
	color: #fff;
    margin-bottom: 0;	
	font-weight: 400;
}

.etc-link br {
    display: none;
}

.header-top-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-top-right > img {
    max-height: 145px;
}

.header-top__right {
    margin-right: 100px;
}

.phone-lg {
    font-size: 42px;
    line-height: 1.2;
}

/*Mobile Header*/

.mobile-header {
    position: fixed;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    left: 0;
    z-index: 101;
    bottom: 0;
    box-shadow: 0 -2px 8px 0 rgba(0,0,0,0.4);
}

.mobile-header-icon {
    flex: 1;
    text-align: center;
}

.mobile-header-icon img {
    width: 28px;
}

.mobile-header-icon:last-child img {
    /*filter: brightness(0%);*/
}

.mobile-header-icon > * {
    background: rgb(var(--primary-color));
    border: 0;
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
}

.mobile-header-icon > *:focus,
.mobile-header-icon > *:hover {
    background:rgb(var(--primary-color));
    color: #fff;
    outline: none;
    box-shadow: none;
}

.mobile-header-icon:nth-child(even) > *:hover,
.mobile-header-icon:nth-child(even) > * {
    background: rgb(var(--secondary-color));
    color: #fff;
}

.mobile-header-icon span {
    font-family: var(--primary-font);
    display: block;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1;
    margin-top: 10px;
}

body {
    padding-bottom: 80px;

    padding-top: 265px;
}




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

    .site-header .container {
        min-width: 100%;
    }
}

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

}


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

    .site-header .container {
        min-width: 100%;
    }

}


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

    .mobile-header {
        display: none !important;
    }

    body {
        padding-bottom: 0;
    }
}



/*Fix Header*/

.fix-header {
    padding: 10px 15px;
    position: fixed;
    width: 100%;
    left: 0;
    top: -200px;
    z-index: 10;
    transition: .4s;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.08);
}


.enable-sticky-header .fix-header {
    top: 0;
}

body:not(.home) .enable-sticky-header .fix-header,
body.admin-bar.enable-sticky-header .fix-header {
    top: 32px;
}

/*End Fix Header*/

.header-bottom {
    padding: 0;
    border-bottom: 5px solid rgb(var(--primary-color));
}


.header-phone a {
    text-decoration: none;
}

.header-phone > span {
    background-image: url(../header-phone-bg.html);
    margin-bottom: 0;
    line-height: 1.5;
    background-repeat: no-repeat;
    padding-left: 45px;
    background-size: auto;
    background-position: left center;
}

.header-phone > span {
    display: inline-block;
}

.header-phone a:hover {
    color: rgb(var(--primary-color)) !important;
}


/*Adjust header*/
.mobile-menu-wrap {
    display: none;
}

.c20-nav {
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

.c20-nav li {
    list-style: none;
    position: relative;
}

.c20-nav li a {
    display: block;
    line-height: 1.4;
    text-decoration: none;
    padding: 12px 10px;
    position: relative;
    color: #fff;
    font-family: var(--secondary-font);
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}

.c20-nav .nav-arrow {
    z-index: 1;
}

.c20-nav li:not(.menu-item-has-children) > .c20-nav-item-wrap > .nav-arrow {
    display: none !important;
}

.c20-nav > li {
    padding: 0;
}
.c20-nav > li > .c20-nav-item-wrap {
    display: block;
    position: relative;
    transition: .3s;
}

.c20-nav > li > .c20-nav-item-wrap > a {
    padding: 16px 25px;
    z-index: 1;
    color: #fff;
    font-size: 20px;
}

.header_top .c20-nav > li > .c20-nav-item-wrap > a {
    color: #fff;
    padding: 5px 25px;
    font-family: var(--primary-font);
    font-size: 16px;
    text-transform: initial;
}

/*.c20-nav > li:hover > span {
    background-color: rgb(var(--secondary-color));
}*/

.c20-nav > li:hover > .c20-nav-item-wrap > a {
    /*color: #fff;*/
}

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

.c20-nav li.menu-item-has-children .nav-arrow {
    width: 14px;
    height: 14px;
    position: absolute;
    right: 3px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform .3s ease-out;

    z-index: 0;

    background-repeat: no-repeat;
    background-size: contain;
    transition: transform .3s ease-out;

    background-image: url(../png/nav-arrow-white.png);
}

.c20-nav .sub-menu li.menu-item-has-children .nav-arrow {
    right: 12px;
}

.c20-nav > li.menu-item-has-children:hover > .c20-nav-item-wrap > .nav-arrow {
    transform: rotate(180deg) translateY(50%);
    /*background-image: url(../img/control/nav-arrow-white.png);*/
}

.c20-nav .sub-menu li.menu-item-has-children:hover > .c20-nav-item-wrap > .nav-arrow {
    transform: rotate(-90deg) translateY(50%);
}

.c20-nav ul {
    box-shadow: rgba(0,0,0,0.25) 0 3px 11px 0;
    background-color: rgb(var(--primary-color));
    transition: transform .4s ease-out, opacity .1s ease-out;
    position: absolute;
    opacity: 0;
    z-index: 100;
    top: 100%;
    left: 0;
    transform: translateY(20px);
    visibility: hidden;
    padding: 0;
    min-width: 250px;
}

.c20-nav > li:last-child ul {
    left: auto;
    right: 0;
}

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

.c20-nav li:not(.c20-mega-menu) ul li {
    text-align: left;
}

.c20-nav li:not(.c20-mega-menu) ul li:not(:last-child) {
    /*border-bottom: 1px solid rgba(0, 0, 0, .17)*/
}



.c20-nav .c20-mega-menu ul {
    transform: translateY(5px);
}

.c20-nav li.c20-mega-menu:hover > ul.sub-menu {
    transform: translateY(0);
}

.c20-nav li li:hover > a {
    background: rgb(var(--secondary-color));
    color: #fff;
}

.c20-nav li.c20-mega-menu {
    position: static;
}

.c20-nav li.c20-mega-menu > ul.sub-menu {
    width: calc(100% - 50px);
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    padding: 20px 50px 25px;
    flex-wrap: wrap;
    left: 25px;
}

.c20-nav li li ul {
    left: 100%;
    top: 0;
}

.c20-nav li li a {
    padding: 13px 15px 10px;
    padding-right: 5px;
}

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

.c20-nav li.c20-mega-menu > ul.sub-menu > li {
    width: calc( 33.333% - ( 3% * .6667 ) );
}

.c20-nav li.c20-mega-menu ul.sub-menu li.mega-menu-title {
    width: 100%;
}

.c20-nav li.c20-mega-menu li.mega-menu-title > a {
    font-size: 22px;
    color: rgb(var(--primary-color));
    text-transform: initial;
}

.c20-nav li.c20-mega-menu li.mega-menu-title:hover > a {
    background: rgb(var(--secondary-color));
    color: #fff;
}

.c20-nav li.c20-mega-menu > ul.sub-menu > li a {
    /*border-bottom: 1px solid rgba(255, 255, 255, .05);*/
}



/*Mobile Menu */

.c20_ham {
    display: none;
    position: relative;
    z-index: 110;
}

.mobile-menu-wrap {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 360px;
    max-width: 95%;
    position: fixed;
    z-index: 100;
    background: #fff;
    text-align: left;
    height: 100vh;
    overflow-y: auto;
    /*padding: 20px 25px 85px;*/
    padding-bottom: 85px;
    transition: transform .4s;
    transform: translateX(-100%);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0, .12), 0 1px 5px 0 rgba(0,0,0, .2);
}

.mobile-menu-logo {
    padding: 20px 25px;
}

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

#c20-mobile-menu-1 {
    background-color: rgb(var(--secondary-color));
}

#c20-mobile-menu-1.c20-mobile-menu {
    padding: 25px 25px;
}
#c20-mobile-menu-1.c20-mobile-menu li a {
    color: #fff;
}

#c20-mobile-menu-1.c20-mobile-menu ul > li.menu-item-has-children .nav-arrow {
    background-image: url(../png/nav-arrow-white.png);
}

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

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

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

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

.c20-mobile-menu ul li span {
    display: block;
    width: 100%;
    position: relative;
}

.c20-mobile-menu ul {
    padding: 0;
}

.c20-mobile-menu li a {
    font-size: 16px;
    color: #333;
    font-weight: 600;
    padding: 5px 0;
    display: block;
    position: relative;
    transition: .3s;
    font-family: var(--primary-font);
    text-decoration: none;
}

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

.c20-mobile-menu ul li li.current-menu-item a,
.c20-mobile-menu li a:hover {
    text-decoration: none;
    color: rgb(var(--primary-color));
}

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

.c20-mobile-menu ul > li.current-menu-item > .c20-nav-item-wrap > a,
.c20-mobile-menu ul > li > .c20-nav-item-wrap > a:hover {
    color: rgb(var(--primary-color));
}

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

.c20-mobile-menu ul > li.menu-item-has-children .nav-arrow {
    width: 30px;
    height: 38px;
    display: inline-block;
    margin-left: 10px;
    cursor: pointer;
    transition: transform .3s ease-out;
    position: absolute;
    right: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
    background-image: url(../png/nav-arrow-black.png);
}

.c20-mobile-menu > ul ul {
    padding-left: 20px;
}
.c20-mobile-menu ul > li.show-child-menu .nav-arrow {
    transform: rotate(180deg);
}

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

.c20-mobile-menu ul.menu > li.menu-item-has-children > .c20-nav-item-wrap > a:hover:before,
.c20-mobile-menu ul.menu > li.current-menu-item.menu-item-has-children > .c20-nav-item-wrap > a:before,
.c20-mobile-menu li.current-menu-ancestor > .c20-nav-item-wrap > a:before {
    width: calc(100% + 30px)!important;
}

.c20-mobile-menu li:not(.current-menu-ancestor) ul,
.c20-mobile-menu li:not(.current-menu-parent) ul {
    display: none;
}

.c20-mobile-menu li.current-menu-item.menu-item-has-children ul {
    display: block;
}

/*.menu-contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    font-family: var(--primary-font);
    line-height: 1;
}

.menu-contact span {
    font-size: 22px;
    font-weight: 900;
    color: #2D3A6D;
    font-family: inherit;
    margin-bottom: 5px;
}

.menu-contact a {
    font-size: 40px;
    text-decoration: none;
    font-family: inherit;
    color: #2D3A6D;
}*/


.hamburger {
    padding: 15px 0;
    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: auto;
    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: rgb(var(--primary-color));
}

.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: rgb(var(--primary-color));
    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 ( max-width: 1280px ) {

    .header-top__right {
        margin-right: 40px;
        text-align: center;
    }

}


@media screen and (max-width: 1199px) {
    body {
        padding-top: 260px;
    }

    .c20-nav > li > .c20-nav-item-wrap > a {
        padding: 15px 25px;
        font-size: 18px;
    }

    .etc-links {
        flex-direction: column;
    }

    .etc-link:not(:first-child) {
        margin-top: 10px;
    }

    .etc-link {
        font-size: 18px;
        padding-left: 40px;
    }

    .phone-lg {
        font-size: 34px;
    }
}

/*Navigation Break Point*/
@media screen and (max-width: 1024px) {

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

    .c20_ham {
        display: flex !important;
    }

    .c20-nav {
        display: none !important;
    }

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

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

    .header-top__right {
        margin-right: 0;
    }

    .header-top-right > img {
        display: none;
    }

}

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

    body {
        padding-top: 270px;
    }

    .site-logo img {
        width: 220px;
    }

    .header-top-left {
        width: 100%;
        text-align: center;
    }

    div.header_middle {
        flex-direction: column !important;
    }

    .header-top-right {
        padding: 10px 0;
        width: 100%;
        justify-content: center;
    }

    .header-top-left .etc-links {
        display: none;
    }

    .header-top-right .etc-links {
        display: flex !important;
        margin-right: 20px;
    }

    .header-phone h6 {
        font-size: 16px;
        margin-bottom: 0;
    }

    .header-top__right .c20_social li {
        width: 30px;
        height: 30px;
    }

    .header-phone a {
        font-size: 22px;
    }

    .c20_ham {
        display: none !important;
    }
}


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

    body {
        padding-top: 240px;
    }

    .site-logo img {
        width: 200px;
    }

    .header_top > .btn {
        padding: 4px 15px;
        font-size: 14px;
    }

    .header-phone h6 {
        font-size: 15px;
    }

    .header-phone a {
        font-size: 20px;
    }

    .header-top__right .c20_social li {
        width: 22px;
        height: 22px;
    }

    .header-top__right .c20_social li img {
        width: 80%;
    }    
}


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

    .main-header {
        padding: 0;
        flex-wrap: wrap;
    }

    .header_top .btn.btn-sm:hover {
        color: rgb(var(--primary-color)) !important;
    }

    .header_top .btn.btn-sm:before {
        display: none;
    }
}

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

    .header-top-right .etc-links {
        margin-right: 10px;
    }
    .etc-link {
        font-size: 16px;
        padding-left: 30px;
    }
}
@media screen and (max-width: 384px) {
	.header-top-right .etc-links{
		padding: 5px;
	}
}
@media screen and (max-width: 354px) {
    .etc-link {
		font-size: 14px;
        padding-left: 27px;
        text-align: center;
    }
}