.mainheader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 11;
    width: 100%;
    padding: 14px 0;
    border-bottom: 1px solid #2CFFB9;
}
#sticky-header {
    position: sticky;
    background: #000;
    z-index: 11;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
}
.headwrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.container-fluid {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}
@media(min-width:1600px) {
    .container-fluid {
        max-width: 1640px;
        margin: 0 auto;
        padding: 0 40px;
    }
}
.btn-call {
    border: 1px solid rgb(255 255 255 / 80%);
    font-size: 18px;
}
.btn-call:hover {
    background: #D1AA45;
}
.btn-call i {
    margin-right: 10px;
}
.capital {
    text-transform: uppercase;
}
.nav-menu {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.nav-menu .menu-link {
    font-size: 0;
}
.menu-link li {
    position: relative;
    display: inline-block;
    padding: 20px 20px;
}
.menu-link li > a {
    display: block;
    font-size: 14px;
    color: #ffffff;
    font-weight: normal;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.togglebtn {
    position: fixed;
    width: 30px;
    height: 30px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    border-radius: 4px;
    border: 0;
    cursor: pointer;
    z-index: 1001;
    padding: 0px;
    background: none;
    display: flex;
    left: 50px;
    top: 45px;
    text-align: center;
    flex-wrap: wrap;
    flex-direction: column;
    display: none;
}
.logo-left {
    display: inline-flex;
    align-items: center;
}
#hamburger-icon .line {
    display: block;
    background: #ffffff;
    width: 28px;
    height: 3px;
    position: relative;
    /* left: 50px; */
    border-radius: 4px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}
#hamburger-icon .line.line-1 {
    top: 6px;
}
#hamburger-icon .line.line-1 {}
#hamburger-icon .line.line-2 {
    top: 13px;
}
#hamburger-icon .line.line-3 {
    top: 20px;
}
@-webkit-keyframes headfadeIn {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes headfadeIn {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.mainheader:before {
    position: absolute;
    content: "";
    width: 100%;
    top: 0;
    left: 0;
    min-height: 90px;
    right: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000fff+100&1+0,0+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000fff', GradientType=0);
    /* IE6-9 */
    z-index: -1;
}
.fixed-header .mainheader {
    position: fixed;
    -webkit-animation-duration: 0.7s;
    -webkit-animation-name: headfadeIn;
    animation-name: headfadeIn;
    animation-duration: 0.7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    top: 0;
    width: 100%;
    background: #000;
}
.fixed-header .mainheader .logo-left > a {
    display: inline-block;
}
.header-call-list a:not(:last-child) {
    margin-right: 12px;
}
.header-call-list {
    justify-content: flex-end;
}
.header-menu {
    justify-content: center;
}
.header-menu,
.header-call-list {
    display: inline-flex;
    align-items: center;
}
.header-btn {
    background: #F90D37;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 12px;
    line-height: 1.2;
    color: #ffffff;
}
.header-btn:hover {
    background: #2cffb9;color:#000;}
.menu-link li:hover > a,
.menu-link li.active > a,
ul.woo_breadcums li a:hover {
    color: #2CFFB9;
}
.menu-link li.active > a {
    font-weight: 600;
}
.sub_menulink > li .drodown-menu {
    display: none;
    visibility: visible;
    opacity: unset;
    position: relative;
    top: inherit;
    box-shadow: none;
    transform: none;
    padding: 20px 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .10);
}
.mainheader:after {
    position: absolute;
    content: "";
    background: url(../images/header-tag-icon.svg) no-repeat;
    left: 50%;
    bottom: -14px;
    width: 27px;
    height: 27px;
}

/* START INNER BANNER */


/* RESPONSIVE MEDIA */

@media(max-width:1780px) {}
@media(max-width:1680px) {
    .togglebtn {
        left: 35px;
    }
}
@media(max-width:1580px) {}
@media(max-width:1480px) {
    .menu-link li {
        padding: 20px 15px;
    }
}
@media(max-width:1366px) {
    .menu-link li {
        padding: 15px 10px;
    }
    .header-menu {
        width: auto;
    }
    .mainheader:before {
        min-height: 80px;
    }
}
@media(max-width:1280px) {
    .menu-link li > a,
    .btn-req,
    .btn-call {
        font-size: 14px;
    }
}
@media(max-width:1200px) {
    .menu-link li {
        padding: 0px 5px;
    }
}
@media(max-width:1100px) {}
@media(max-width:992px) {
    .togglebtn {
        display: block;
    }
    .mainheader {
        background: #000;
        padding: 10px 0;
        height: auto;
        position: sticky;
    }
    #sticky-header .container-fluid {
        padding: 10px 15px;
    }
    .sub_menulink > li .drodown-menu {
        padding-top: 15px;
    }
    #hamburger-icon.active .line-2 {
        opacity: 0;
    }
    #hamburger-icon.active .line-1 {
        transform: translateY(12px) translateX(0) rotate(45deg);
        -webkit-transform: translateY(12px) translateX(0) rotate(45deg);
        -moz-transform: translateY(12px) translateX(0) rotate(45deg);
    }
    #hamburger-icon.active .line-3 {
        transform: translateY(-8px) translateX(0) rotate(-45deg);
        -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
        -moz-transform: translateY(-8px) translateX(0) rotate(-45deg);
    }
    .menu-link {
        position: absolute;
        left: 0;
        top: 80px;
        right: 0;
        width: 100%;
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        display: block;
        visibility: visible;
        -webkit-transition: -webkit-transform .3s linear .7s;
        transition: -webkit-transform .3s linear .7s;
        -o-transition: transform .3s linear .7s;
        transition: transform .3s linear .7s;
        opacity: 0;
        -webkit-box-shadow: 0 45px 65px 0 rgb(0 0 0 / 15%);
        box-shadow: 0 45px 65px 0 rgb(0 0 0 / 15%);
    }
    .menu-link.active {
        top: 100%;
        background: #fff;
        min-height: 500px;
        -webkit-transition: -webkit-transform .4s linear .1s;
        transition: transform .4s linear .1s;
        -o-transition: -o-transform .4s linear .1s;
        transition: transform .4s linear .1s -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        opacity: 1;
        height: 100%;
        overflow-y: auto;
        border-top: 2px solid #2cffb9;
        z-index: 999;
    }
    .menu-link.active {
        height: calc(100vh - 60px);
        min-height: 100%;
        overflow-x: hidden;
        overflow-y: scroll;
    }
    .menu-link > li {
        display: block;
        text-align: left;
        margin: 0;
        width: 100%;
        height: auto;
        padding: 0;
        border-bottom: 1px solid rgba(112, 112, 112, .20);
    }
    .menu-link li > a {
        color: #000000;
        display: block;
        padding: 15px;
        width: 100%;
        letter-spacing: 0.5px;
    }
    .menudrop {
        position: absolute;
        right: 5px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        top: 8px;
        margin: 0;
        font-size: 16px;
        font-weight: bold;
        color: #0000fe;
    }
    .menu-link .submenu {
        -webkit-transform: none;
        transform: none;
        display: none;
        visibility: unset;
        opacity: unset;
        width: 100%;
        position: relative;
        padding-bottom: 0;
        left: auto;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        margin: 1px 0;
        background: #ffffff;
        min-width: inherit;
        border: 0;
        padding: 0 10px;
    }
    .menu-link li:hover .submenu {
        display: none;
        -webkit-transform: none;
        transform: none;
        opacity: inherit;
    }
    .header-call-list {
        margin: 0 50px 0 auto;
    }
    .togglebtn {
        right: 15px;
        top: 13px;
        left: inherit;
    }
}
@media(max-width:768px) {
    .header-call-list {
        margin: 0 40px 0 auto;
    }
    .mainheader:after{display:none;}
    
}
@media(max-width:580px) {
    .header-call-list a.btn-call {
        padding: 0;
        width: 35px;
        height: 35px;
        text-align: center;
        min-height: auto;
        font-size: 0;
    }
    .header-call-list a.btn-call i {
        font-size: 20px;
        margin: 0 0 0 9px;
    }
    [class*="btn-"] {
        min-height: 35px;
    }
    .menu-offcanvas .sub_menulink li a {
        font-size: 18px;
    }
    .menu-offcanvas .sub_menulink li a {
        font-size: 16px;
    }
     .header-call-list {display:none;}
}
@media(max-width:580px) {}
@media(max-width:380px) {
    #sticky-header .container-fluid {
        padding: 40px 15px 10px;
    }
    .logo-left {
        margin-left: 0;
        width: 150px;
    }
    .header-btn {
        padding: 10px;
        font-size: 12px;
    }
}
