header {
    position: absolute;
    width: 100%;
    top: 0;
    background-color: transparent;
    padding: 20px 0px 0px;
    z-index: 99;
}

header .navbar_cnt {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .navbar-brand {
    margin-top: -10px;
}

header .navbar_right .nav>ul {
    list-style: none;
    display: flex;
    column-gap: 30px;
}

header .navbar_right .nav>ul>li>a {
    color: #000000;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    height: 75px;
    display: inline-block;
}

.page-template-html-contact header .navbar_right .nav>ul>li>a,
.page-template-template-offer-detail header .navbar_right .nav>ul>li>a,
.page-template-template-offer .navbar_right .nav>ul>li>a {
    color: #fff;
}

/* .single-offer header .navbar_right .nav>ul>li>a 
.single-offer.active_body header .navbar_right .nav>ul>li>a */

.page-template-html-contact.active_body header .navbar_right .nav>ul>li>a,
.page-template-template-offer-detail.active_body header .navbar_right .nav>ul>li>a,
.page-template-template-offer.active_body .navbar_right .nav>ul>li>a {
    color: #000;
}

.page-template-html-contact .navbar-brand img,
.page-template-html-offer .navbar-brand img,
.page-template-html-offer-detail .navbar-brand img {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(307deg) brightness(104%) contrast(101%);
}

/* .single-offer .navbar-brand img  */

.page-template-html-contact.active_body .navbar-brand img,
.page-template-html-offer.active_body .navbar-brand img,
.page-template-html-offer-detail.active_body .navbar-brand img,
.single-offer.active_body .navbar-brand img {
    filter: none;
}


header .navbar_right.nav>ul>li:hover>a {
    color: #e02329;
}

header .navbar_right {
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 35px;
}

header .right_search {
    width: 52px;
    height: 52px;
    background-color: #dbd9d9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 40px;
    cursor: pointer;
    margin-top: -60px;
}

.Exp-serach {
    position: absolute;
    width: 400px;
    /* height: 0px; */
    height: 47px;
    overflow: hidden;
    background: #fff;
    z-index: 99999;
    right: 0;
    /* bottom: -50px; */
    top: 40px;
    display: none;
    border-radius: 0;
    color: #fff;
}

.ExpInput {
    width: 84%;
    font-weight: 400;
    padding: 0px 3% 0px 3%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 47px;
    line-height: 47px;
    background: #463e3e;
    border: none;
    font-size: 14px;
    font-family: 'itcavantgardestd-bk';
    border-radius: 0 !important;
    color: #fff;
}

.Exp-serach .container {
    margin: 0;
}

.ExpInput::placeholder,
.ExpInput:focus,
.ExpInput:active {
    color: #fff;
}

input.ExpInput {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
}

.search-box .searchform {
    border-radius: 0;
    -webkit-border-radius: 0 !important;
    background: #463e3e;
    display: flex;
    align-items: center;
}

.search-box .but-01 {
    border: none;
    height: 47px;
    line-height: 45px;
    cursor: pointer;
    padding: 0px;
    width: 40px;
    text-align: center;
    background: #fff;
    color: #000;
    margin-top: 0px;
    position: absolute;
    right: 0;
    text-shadow: none;
    border: solid 1px #463e3e;
    padding: 2px 0px !important;
    font-family: 'itcavantgardestd-bk';
    font-size: 14px;
    border-radius: 0;
    -webkit-border-radius: 0 !important;
}

.search-box .but-01:active,
.search-box .but-01:hover,
.search-box .but-01:focus,
.search-box .but-01:focus-visible,
.search-box .but-01:focus-within {
    opacity: 1;
    border-color: #463e3e;
}

header .search_icon::after {
    content: "\e907";
    display: block;
    font-family: 'icomoon' !important;
    font-size: 17px;
    color: #000;
}

header .search-close .search_icon::after {
    content: "\e908";
    font-size: 22px;
}

/* .Exp-serach.exp {
    height: 45px;
} */
.navbar {
    position: relative;
}

header .mega_menu_expand {
    position: fixed;
    top: 130px;
    left: 0;
    z-index: 99;
    background-color: #fff;
    width: 100%;
    display: flex;
    /* align-items: center; */
    border-top: 1px solid #c1c1c1;
    border-bottom: 1px solid #c1c1c1;
    overflow: visible;
    min-height: 450px;
    display: none;
}

.first .collapse_list:last-child ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.first .collapse_list:last-child ul li {
    width: 48%;
}

.first .collapse_list:last-child ul li a {
    min-width: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.submenu_list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 16px;
    padding: 65px 0;
}

.submenu_list .submenu_cols {
    /* width: 24%; */
    width: calc(25% - 15px);
}

.submenu_list h3 {
    font-size: 20px;
    color: #e02329;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 30px;
}

.submenu_list ul {
    list-style: none;
}

.submenu_list ul li {
    margin-top: 20px;
}

.submenu_list ul li a {
    font-size: 14px;
    color: #000000;
    font-weight: 600;
}

.submenu_list ul li:hover a {
    color: #e02329;
}

.dmenu {
    position: relative;
}

.dmenu::after {
    content: "";
    display: block;
    border: 1px solid transparent;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -7px;
    position: absolute;
    width: 10px;
    background: transparent;
    height: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-bottom: none;
    border-right: none;
}

.active_dm::after {
    display: block;
    background: #e02329;
    border: 1px solid #e02329;
}

.active_body header {
    background-color: #fff;
    position: fixed;
    top: 0;
    width: 100%;
}

.v-tabs ul {
    list-style: none;
}

.menu-left-section {
    width: 25%;
    border-right: 1px solid #cccccc;
    padding: 50px 0px 50px;
}

.menu-left-section>ul>li {
    margin-bottom: 50px;
    text-align: right;
    padding: 10px 85px 10px 0;
    border-right: 5px solid transparent;
    cursor: pointer;

}

.menu-left-section>ul>li.active {
    border-right: 5px solid #bd2d32;
}

.list-main-menu {
    width: 61%;
    height: 100%;
    background: #fff;
    position: absolute;
    right: 0;
    top: 0;
    padding: 50px 0px 50px;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}

.v-tabs {
    width: 100%;
    display: flex;
    padding-bottom: 0px;
}

.list-main-menu h4 {
    color: #e02329;
    font-size: 36px;
    line-height: 36px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: 'itcavantgardestd-bk';
    font-weight: 300;
    text-align: left;
}

header .box_list li {
    margin-bottom: 15px;
}

header .box_list li a {
    color: #000000;
    /* font-size: 14px; */
    font-size: 13px;
    display: block;
    border: 1px solid #c1c1c1;
    text-align: left;
    padding: 22px 20px;
    font-weight: bold;
}

header .box_list li a:hover {
    background-color: #e02329;
    color: #fff;
    border-color: #e02329;
}

header .first .box_list li a {
    text-align: center;
    min-width: 260px;
}

header .ul_list {
    display: flex;
    column-gap: 30px;
}

.hoz_list .box_list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
}

.hoz_list .box_list li {
    width: 32%;
}

.collapse_list.hoz_list {
    width: 100%;
}

.list-main-menu .box_list {
    max-width: 750px;
}

.v-tab-link.first .menu_collapse_list {
    max-width: 800px;
    display: flex;
    column-gap: 60px;
}

.collapse {
    display: none;
}

.fade {
    opacity: 0;
    transition: opacity 0.15s linear;
}

.v-tab-link.active .collapse {
    display: block;
}

.v-tab-link.active .fade {
    opacity: 1;
}

.menu-icon {
    width: 40px;
    height: 24px;
    position: relative;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    display: none;
}

.menu-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #ff0000;
    border-radius: 4px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.menu-icon span:nth-child(1) {
    top: 0;
}

.menu-icon span:nth-child(2),
.menu-icon span:nth-child(3) {
    top: 10px;
}

.menu-icon span:nth-child(4) {
    top: 20px;
}

.menu-icon.open span:nth-child(1) {
    top: 10px;
    width: 0;
    left: 50%;
}

.menu-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.menu-icon.open span:nth-child(4) {
    top: 10px;
    width: 0;
    left: 50%;
}

.menu-icon.open span {
    background: red;
}


footer {
    padding: 100px 0 70px 0;
    background-color: #463e3e;
}

footer .first_footer {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 85px;
}

footer .footer_col {
    width: 40%;
}

footer .footer_col:first-child {
    width: 20%;
}

footer .footer_col:last-child {
    width: 16%;
}

footer .footer_col:nth-child(3) {
    width: 20%;
}

footer .footer_col:nth-child(2) {
    padding-right: 100px;
}

footer h4 {
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    font-family: 'itcavantgardestd-demi';
    font-weight: 300;
    margin-bottom: 20px;
}

footer p {
    color: #c5b5b5;
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 30px;
}

footer h5 {
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    font-family: 'itcavantgardestd-demi';
}

footer h5 a {
    display: block;
    color: #fff;
    margin-top: 10px;
}

footer ul {
    list-style: none;
}

footer ul li {
    margin-bottom: 15px;
}

footer ul li a {
    font-size: 14px;
    color: #c5b5b5;
    font-weight: 300;
}

footer a {
    transition: all .3s;
}

footer a:hover {
    color: #e02329;
}

footer .second_footer {
    border-top: 1px solid #6b6565;
    border-bottom: 1px solid #6b6565;
    padding: 30px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

footer .second_footer ul {
    display: flex;
    column-gap: 25px;
    align-items: center;
}

footer .second_footer ul li {
    margin-bottom: 0;
}

footer .second_footer .social {
    width: 17%;
}

footer .second_footer ul li a {
    font-size: 30px;
    color: #d7d7d7;
}

footer .second_footer ul li a:hover {
    color: #e02329;
}

footer .newslatter_sec {
    display: flex;
    width: 77%;
    align-items: center;
}

footer .newslatter_sec h2 {
    color: #ffffff;
    font-size: 24px;
    line-height: 25px;
    margin: 0;
    font-family: 'itcavantgardestd-demi';
    font-weight: bold;
}

footer .subscription_txb {
    width: 370px;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 30px;
    background-color: transparent;
    outline: none;
    box-shadow: none;
    padding-left: 30px;
    margin-left: 15px;
    font-family: 'itcavantgardestd-bk';
    font-weight: 300;
    color: #c5b5b5;
    font-size: 14px;
}

footer .subscription_txb::placeholder {
    color: #c5b5b5;
    font-weight: 300;
}

footer .subscription_btn {
    width: 180px;
    height: 52px;
    background-color: #e02329 !important;
    border-radius: 30px;
    box-shadow: none;
    outline: none;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 300;
    border: none;
    text-shadow: none;
    margin-left: 10px;
    font-family: 'itcavantgardestd-demi';
    font-weight: 300;
}

footer .newslatter_sec form {
    display: flex;
    position: relative;
}

footer .copy_right {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-top: 25px;
}

footer .copy_right h3 {
    font-size: 14px;
    line-height: 14px;
    color: #c5b5b5;
    font-weight: 300;

}

footer .copy_right ul {
    display: flex;
}

footer .copy_right ul li::after {
    content: "|";
    display: inline-block;
    color: #a59797;
    margin: 0 5px;
}

footer .copy_right ul li:last-child::after {
    display: none;
}


.sub-parent-menu {
    display: none;
}

.page-template-html-contact.scroll-up .navbar-brand img,
.page-template-template-offer.scroll-up .navbar-brand img,
.page-template-template-offer-detail.scroll-up .navbar-brand img {
    filter: none;
}

.page-template-html-contact.scroll-up header .navbar_right .nav>ul>li>a,
.page-template-template-offer-detail.scroll-up header .navbar_right .nav>ul>li>a,
.page-template-template-offer.scroll-up .navbar_right .nav>ul>li>a {
    color: #000;
}

@media (max-width: 1600px) {
    header .navbar_right .nav>ul {
        column-gap: 25px;
    }

    header .navbar_right .nav>ul>li>a {
        font-size: 13px;
    }
}

@media (max-width: 1200px) {
    header {
        padding: 0;
    }

    header .navbar_right .nav>ul {
        column-gap: 15px;
    }

    header .navbar_right .nav>ul>li>a {
        font-size: 13px;
        height: 46px;
    }

    header .right_search {
        width: 44px;
        height: 44px;
        margin: -36px 0 0 30px;
    }

    header .navbar-brand {
        max-width: 180px;
        margin: 0;
    }

    footer .newslatter_sec {
        width: 80%;
    }

    footer .second_footer .social {
        width: 20%;
    }

    footer .newslatter_sec h2 {
        font-size: 16px;
    }

    footer {
        padding: 80px 0 40px 0;
    }

    footer .second_footer ul li a {
        font-size: 20px;
    }

    footer .first_footer {
        padding-bottom: 50px;
    }

    footer h4 {
        font-size: 16px;
    }



}

@media (max-width: 991px) {
    header {
        padding: 15px 0;
    }

    .dropdown {
        position: relative;
    }

    .dropdown::after {
        content: "";
        background: url(../images/down-arrow.png) center center no-repeat;
        background-size: 33%;
        position: absolute;
        right: 5px;
        top: -4px;
        width: 35px;
        height: 35px;
        filter: invert(1);
    }

    .active_dm .dropdown::after {
        transform: rotate(180deg);
    }

    header .mega_menu_expand {
        display: none !important;
    }

    .dmenu::after {
        display: none;
    }

    .sub-parent-menu {
        padding-bottom: 5px;
    }

    .sub-parent-menu a {
        color: #000000;
        padding: 5px 0;
        display: block;
    }

    header .navbar_right .nav>ul>li>a {
        width: 100%;
        height: auto;
        padding: 5px 0;
    }


    header .navbar_right .nav>ul {
        width: 100%;
        position: absolute;
        flex-wrap: wrap;
    }

    .menu-icon {
        display: block;
        z-index: 9999;
        position: absolute;
        right: 15px;
    }

    header .navbar_right .nav>ul li {
        width: 100%;
        text-align: left;
        padding: 10px 30px;
        box-sizing: border-box;
    }

    header .navbar_right .nav>ul ul.sub-parent-menu li {
        padding-bottom: 0px;
        padding-left: 0px;
    }

    header .navbar_right .nav>ul ul.sub-parent-menu {
        padding-left: 0px;
    }

    header .navbar_right {
        width: 100%;
        margin-top: 0;
    }

    header .right_search {
        margin-left: auto;
        margin-right: 60px;
        margin-top: 0px;
    }

    .Exp-serach {
        width: 370px;
    }

    header .navbar_right .nav {
        -webkit-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
        position: fixed;
        width: 100%;
        z-index: 800;
        background: #fff;
        top: 0;
        height: 0;
        left: 0;
        right: 0;
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        overflow: hidden;
    }

    .header .slow .nav {
        height: 100%;
        padding-top: 65px;
    }

    .Exp-serach {
        right: 15px;
    }

    footer {
        padding: 50px 0 20px 0;
    }

    footer .footer_col:first-child {
        width: 100%;
    }

    footer .footer_col {
        width: 100%;
        margin-bottom: 30px;
    }

    footer .footer_col:nth-child(2) {
        padding-right: 0;
    }

    footer .footer_col:nth-child(3) {
        width: 50%;
        margin-bottom: 0px;
    }

    footer .footer_col:last-child {
        width: 50%;
        margin-bottom: 0px;
    }

    footer p {
        font-size: 13px;
        margin-bottom: 20px;
    }

    footer .subscription_txb {
        padding-left: 20px;
        padding-right: 10px;
    }

    footer h5 {
        font-size: 13px;
    }

    footer .first_footer {
        padding-bottom: 40px;
    }

    footer .second_footer .social {
        width: 100%;
        /* margin-bottom: 15px; */
    }

    footer .second_footer .social ul {
        justify-content: center;
    }

    footer .newslatter_sec {
        width: 100%;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 10px;
    }

    footer .newslatter_sec h2 {
        margin-bottom: 10px;
        font-size: 18px;
    }

    footer .newslatter_sec form {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    footer .subscription_txb {
        width: 70%;
        height: 40px;
        margin-left: 0px;
        margin-bottom: 0px;
    }

    footer .subscription_btn {
        width: 28%;
        margin-left: 2%;
    }

    footer .second_footer ul li a {
        font-size: 20px;
    }

    footer .subscription_btn {
        height: 42px;
    }

    footer .subscription_txb footer .copy_right h3 {
        font-size: 13px;
    }

    footer ul li a {
        font-size: 13px;
    }

    footer .copy_right h3 {
        font-size: 13px;
    }

    .Exp-serach {
        top: 50px;
    }

    .page-template-html-contact header .navbar_right .nav>ul>li>a,
    .page-template-template-offer-detail header .navbar_right .nav>ul>li>a,
    .page-template-template-offer .navbar_right .nav>ul>li>a {
        color: #000;
    }

    header .navbar-brand {
        position: relative;
        z-index: 999;
    }

    .page-template-html-contact.active .navbar-brand img,
    .page-template-template-offer.active .navbar-brand img,
    .page-template-template-offer-detail.active .navbar-brand img {
        filter: none;
    }

    .Exp-serach {
        width: 290px;
        right: 0;
    }

    .scroll-up header .navbar_right .nav>ul>li>a {
        height: auto !important;
    }

    .active.scroll-down header {
        padding-top: 15px;
    }

    .active.scroll-up header {
        padding-top: 15px;
    }

    .scroll-up header {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }


}

@media(max-width:767px) {
    footer p {
        line-height: 18px;
        margin-bottom: 15px;
    }

    footer .copy_right {
        justify-content: center;
    }

    footer .footer_col {
        margin-bottom: 16px;
    }

    footer ul li {
        margin-bottom: 10px;
    }

    footer ul li a,
    footer .copy_right h3 {
        font-size: 12px;
    }

    footer h4 {
        margin-bottom: 15px;
    }

    footer .first_footer {
        padding-bottom: 17px;
    }

    footer .second_footer ul {
        column-gap: 17px;
    }

    footer .second_footer .social {
        margin: 0;
    }

    footer .second_footer {
        padding: 20px 0;
    }

    footer .subscription_txb {
        font-size: 12px;
    }
}