/*-----------------submenu effect----------------------*/
.header_menu nav ul li:hover ul li {
    transform: scale(1) !important;
    transform-origin: center top;
}
.header_menu nav ul li ul li {
    background: #fff;
    transform: scale(0);
    transition: 0.2s;
}
.header_menu nav ul li:hover ul li.et_pb_menu_page_id-491.menu-item-769 {transition: 0.2s;}
.header_menu nav ul li:hover ul li.et_pb_menu_page_id-492.menu-item-526 {transition: 0.2s;}
.header_menu nav ul li:hover ul li.et_pb_menu_page_id-493.menu-item-525 {transition: 0.4s;}
.header_menu nav ul li:hover ul li.et_pb_menu_page_id-494.menu-item-533 {transition: 0.4s;}
.header_menu nav ul li:hover ul li.et_pb_menu_page_id-495.menu-item-538 {transition: 0.6s;}
.header_menu nav ul li:hover ul li.et_pb_menu_page_id-496.menu-item-537 {transition: 0.6s;}
.header_menu nav ul li:hover ul li.et_pb_menu_page_id-497.menu-item-534 {transition: 0.8s;}
.header_menu nav ul li:hover ul li.et_pb_menu_page_id-498.menu-item-531 {transition: 0.8s;}
.header_menu nav ul li:hover ul li.et_pb_menu_page_id-499.menu-item-768 {transition: 1s;}
.header_menu nav ul li:hover ul li.et_pb_menu_page_id-500.menu-item-530 {transition: 1s;}
.header_menu nav ul li:hover ul li.et_pb_menu_page_id-501.menu-item-536 {transition: 1.2s;}
.header_menu nav ul li:hover ul li.et_pb_menu_page_id-502.menu-item-523 {transition: 1.2s;}
.header_menu nav ul li:hover ul li.et_pb_menu_page_id-503.menu-item-529 {transition: 1.4s;}
.header_menu nav ul li:hover ul li.et_pb_menu_page_id-504.menu-item-527 {transition: 1.4s;}
.header_menu nav ul li:hover ul li.et_pb_menu_page_id-836.menu-item-838 {transition: 1.6s;}
.header_menu nav ul li:hover ul li.et_pb_menu_page_id-506.menu-item-524 {transition: 1.6s;}
.header_menu nav ul li:hover ul li.et_pb_menu_page_id-780.menu-item-782 {transition: 0.8s}
.header_menu nav ul li:hover ul li.et_pb_menu_page_id-778.menu-item-783 {transition: 1s;}
/*-----------------end submenu effect----------------------*/

@keyframes fadeInDown {
    0% {
       opacity: 0;
       transform: translateY(-20px);
    }
    100% {
       opacity: 1;
       transform: translateY(0);
    }
 }
 @-webkit-keyframes fadeInDown {
    0% {
       opacity: 0;
       -webkit-transform: translateY(-20px);
    }
    100% {
       opacity: 1;
       -webkit-transform: translateY(0);
    }
 }
.header_btn ul li:hover .fa {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    color: #fff;

}
.header_btn ul li:hover i.fa.fa-facebook {
    background: #4267B2;
    color: #fff;
}
/* -------------------------mobaile menu------------------- */
.header_cta_mobaile_icon ul li {
    display: inline-block;
    padding-right: 10px;
}
.site_header_fixed {
    position: fixed;
    width: 100%;
    top: 0;
}
.header_cta_mobaile_icon {
    position: absolute;
    top: 18px;
    left: 10px;
}
.header_cta_mobaile_icon i.fa.fa-phone {
    font-size: 34px !important;
    top: 3px;
    position: relative;
}
.header_cta_mobaile_icon ul {
    padding: 0px !important;
}
.header_cta_mobaile_icon ul li .fa {
    font-size: 30px;
    color: #a9721d;
}
.nav-mobaile ul.sub-menu {
    display: none;
}
.nav-mobaile ul.visible {
    display: block;
}
.nav-mobaile ul li ul {
    position: unset;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
}
.menu-icon:checked+label,
.menu-icon:not(:checked)+label {
    position: fixed;
    top: 26px;
    right: 30px;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 0;
    cursor: pointer;
    z-index: 10;
}
.menu-icon:checked+label:before,
.menu-icon:not(:checked)+label:before {
    position: absolute;
    content: '';
    display: block;
    width: 30px;
    height: 16px;
    z-index: 20;
    top: 0;
    left: 9px;
    border-top: 2px solid #ececee;
    border-bottom: 2px solid #ececee;
    -webkit-transition: border-width 100ms 1500ms ease,
        top 100ms 1600ms cubic-bezier(0.23, 1, 0.32, 1),
        height 100ms 1600ms cubic-bezier(0.23, 1, 0.32, 1),
        background-color 200ms ease,
        -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: border-width 100ms 1500ms ease,
        top 100ms 1600ms cubic-bezier(0.23, 1, 0.32, 1),
        height 100ms 1600ms cubic-bezier(0.23, 1, 0.32, 1),
        background-color 200ms ease,
        -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: border-width 100ms 1500ms ease,
        top 100ms 1600ms cubic-bezier(0.23, 1, 0.32, 1),
        height 100ms 1600ms cubic-bezier(0.23, 1, 0.32, 1),
        background-color 200ms ease,
        transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: border-width 100ms 1500ms ease,
        top 100ms 1600ms cubic-bezier(0.23, 1, 0.32, 1),
        height 100ms 1600ms cubic-bezier(0.23, 1, 0.32, 1),
        background-color 200ms ease,
        transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: border-width 100ms 1500ms ease,
        top 100ms 1600ms cubic-bezier(0.23, 1, 0.32, 1),
        height 100ms 1600ms cubic-bezier(0.23, 1, 0.32, 1),
        background-color 200ms ease,
        transform 200ms cubic-bezier(0.23, 1, 0.32, 1),
        -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
}
.menu-icon:checked+label:after,
.menu-icon:not(:checked)+label:after {
    position: absolute;
    content: '';
    display: block;
    width: 22px;
    height: 2px;
    z-index: 20;
    top: 10px;
    right: -5px;
    background-color: #ececee;
    margin-top: -1px;
    -webkit-transition: width 100ms 1750ms ease,
        right 100ms 1750ms ease,
        margin-top 100ms ease,
        -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: width 100ms 1750ms ease,
        right 100ms 1750ms ease,
        margin-top 100ms ease,
        -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: width 100ms 1750ms ease,
        right 100ms 1750ms ease,
        margin-top 100ms ease,
        transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: width 100ms 1750ms ease,
        right 100ms 1750ms ease,
        margin-top 100ms ease,
        transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: width 100ms 1750ms ease,
        right 100ms 1750ms ease,
        margin-top 100ms ease,
        transform 200ms cubic-bezier(0.23, 1, 0.32, 1),
        -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
}
.menu-icon:checked+label:before {
    top: 10px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 2px;
    background-color: #ececee;
    border-width: 0;
    -webkit-transition: border-width 100ms 340ms ease,
        top 100ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
        height 100ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
        background-color 200ms 500ms ease,
        -webkit-transform 200ms 1700ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: border-width 100ms 340ms ease,
        top 100ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
        height 100ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
        background-color 200ms 500ms ease,
        -webkit-transform 200ms 1700ms cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: border-width 100ms 340ms ease,
        top 100ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
        height 100ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
        background-color 200ms 500ms ease,
        transform 200ms 1700ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: border-width 100ms 340ms ease,
        top 100ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
        height 100ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
        background-color 200ms 500ms ease,
        transform 200ms 1700ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: border-width 100ms 340ms ease,
        top 100ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
        height 100ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
        background-color 200ms 500ms ease,
        transform 200ms 1700ms cubic-bezier(0.23, 1, 0.32, 1),
        -webkit-transform 200ms 1700ms cubic-bezier(0.23, 1, 0.32, 1);
}
.menu-icon:checked+label:after {
    width: 30px;
    margin-top: 0;
    right: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: width 100ms ease,
        right 100ms ease,
        margin-top 100ms 500ms ease,
        -webkit-transform 200ms 1700ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: width 100ms ease,
        right 100ms ease,
        margin-top 100ms 500ms ease,
        -webkit-transform 200ms 1700ms cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: width 100ms ease,
        right 100ms ease,
        margin-top 100ms 500ms ease,
        transform 200ms 1700ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: width 100ms ease,
        right 100ms ease,
        margin-top 100ms 500ms ease,
        transform 200ms 1700ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: width 100ms ease,
        right 100ms ease,
        margin-top 100ms 500ms ease,
        transform 200ms 1700ms cubic-bezier(0.23, 1, 0.32, 1),
        -webkit-transform 200ms 1700ms cubic-bezier(0.23, 1, 0.32, 1);
}
.nav-mobaile {
    position: fixed;
    top: 12px;
    right: 10px;
    display: block;
    width: 50px;
    height: 50px;
    padding: 0;
    margin: 0;
    z-index: 9;
    overflow: hidden !important;
    -webkit-box-shadow: 0 8px 30px 0 rgb(0 0 0 / 30%);
    box-shadow: 0 8px 30px 0 rgb(0 0 0 / 30%);
    background-color: #d7261c;
    overflow: auto;
    -webkit-animation: border-transform 7s linear infinite;
    animation: border-transform 7s linear infinite;
    -webkit-transition: top 350ms 1100ms cubic-bezier(0.23, 1, 0.32, 1), right 350ms 1100ms cubic-bezier(0.23, 1, 0.32, 1), width 650ms 400ms cubic-bezier(0.23, 1, 0.32, 1), height 650ms 400ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 250ms 1100ms ease;
    transition: top 350ms 1100ms cubic-bezier(0.23, 1, 0.32, 1), right 350ms 1100ms cubic-bezier(0.23, 1, 0.32, 1), width 650ms 400ms cubic-bezier(0.23, 1, 0.32, 1), height 650ms 400ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 250ms 1100ms ease;
    -o-transition: top 350ms 1100ms cubic-bezier(0.23, 1, 0.32, 1), right 350ms 1100ms cubic-bezier(0.23, 1, 0.32, 1), transform 250ms 1100ms ease, width 650ms 400ms cubic-bezier(0.23, 1, 0.32, 1), height 650ms 400ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 350ms 1100ms cubic-bezier(0.23, 1, 0.32, 1), right 350ms 1100ms cubic-bezier(0.23, 1, 0.32, 1), transform 250ms 1100ms ease, width 650ms 400ms cubic-bezier(0.23, 1, 0.32, 1), height 650ms 400ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 350ms 1100ms cubic-bezier(0.23, 1, 0.32, 1), right 350ms 1100ms cubic-bezier(0.23, 1, 0.32, 1), transform 250ms 1100ms ease, width 650ms 400ms cubic-bezier(0.23, 1, 0.32, 1), height 650ms 400ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 250ms 1100ms ease;
}
@-webkit-keyframes border-transform {

    0%,
    100% {
        border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
    }
    14% {
        border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
    }
    28% {
        border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
    }
    42% {
        border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
    }
    56% {
        border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
    }
    70% {
        border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
    }
    84% {
        border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
    }
}
@keyframes border-transform {

    0%,
    100% {
        border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
    }
    14% {
        border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
    }
    28% {
        border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
    }
    42% {
        border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
    }
    56% {
        border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
    }
    70% {
        border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
    }
    84% {
        border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
    }
}
.menu-icon:checked~.nav-mobaile {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    width: 200%;
    height: 200%;
    -webkit-transition: top 350ms 700ms cubic-bezier(0.23, 1, 0.32, 1),
        right 350ms 700ms cubic-bezier(0.23, 1, 0.32, 1),
        width 750ms 1000ms cubic-bezier(0.23, 1, 0.32, 1),
        height 750ms 1000ms cubic-bezier(0.23, 1, 0.32, 1),
        -webkit-transform 250ms 700ms ease;
    transition: top 350ms 700ms cubic-bezier(0.23, 1, 0.32, 1),
        right 350ms 700ms cubic-bezier(0.23, 1, 0.32, 1),
        width 750ms 1000ms cubic-bezier(0.23, 1, 0.32, 1),
        height 750ms 1000ms cubic-bezier(0.23, 1, 0.32, 1),
        -webkit-transform 250ms 700ms ease;
    -o-transition: top 350ms 700ms cubic-bezier(0.23, 1, 0.32, 1),
        right 350ms 700ms cubic-bezier(0.23, 1, 0.32, 1),
        transform 250ms 700ms ease,
        width 750ms 1000ms cubic-bezier(0.23, 1, 0.32, 1),
        height 750ms 1000ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 350ms 700ms cubic-bezier(0.23, 1, 0.32, 1),
        right 350ms 700ms cubic-bezier(0.23, 1, 0.32, 1),
        transform 250ms 700ms ease,
        width 750ms 1000ms cubic-bezier(0.23, 1, 0.32, 1),
        height 750ms 1000ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 350ms 700ms cubic-bezier(0.23, 1, 0.32, 1),
        right 350ms 700ms cubic-bezier(0.23, 1, 0.32, 1),
        transform 250ms 700ms ease,
        width 750ms 1000ms cubic-bezier(0.23, 1, 0.32, 1),
        height 750ms 1000ms cubic-bezier(0.23, 1, 0.32, 1),
        -webkit-transform 250ms 700ms ease;
}
.nav-mobaile ul {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    z-index: 6;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 100vh;
    overflow: hidden !important;
    list-style: none;
    overflow: auto;
    padding-top: 80px;
    padding-bottom: 0px !important;
}
.nav-mobaile ul.sub-menu{
    height: auto !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.nav-mobaile ul li {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    margin: 10px 0;
    text-align: center;
    list-style: none;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    transition: all 250ms linear;
}
.nav-mobaile ul li:nth-child(1) {
    -webkit-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}
.nav-mobaile ul li:nth-child(2) {
    -webkit-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
}
.nav-mobaile ul li:nth-child(3) {
    -webkit-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}
.nav-mobaile ul li:nth-child(4) {
    -webkit-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
}
.nav-mobaile ul li:nth-child(5) {
    -webkit-transition-delay: 10ms;
    -o-transition-delay: 10ms;
    transition-delay: 10ms;
}
.nav-mobaile ul li:nth-child(6) {
    -webkit-transition-delay: 10ms;
    -o-transition-delay: 10ms;
    transition-delay: 10ms;
}
.nav-mobaile ul li:nth-child(7) {
    -webkit-transition-delay: 10ms;
    -o-transition-delay: 10ms;
    transition-delay: 10ms;
}
.nav-mobaile ul li a {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: 800;
    display: inline-block;
    position: relative;
    color: #ececee;
    -webkit-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    transition: all 250ms linear;
}
.nav-mobaile ul li a:hover {
    text-decoration: none;
}
.nav-mobaile ul li a:hover:after {
    width: 100%;
}

.menu-icon:checked~.nav-mobaile ul li {
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity 350ms ease,
        -webkit-transform 250ms ease;
    transition: opacity 350ms ease,
        -webkit-transform 250ms ease;
    -o-transition: opacity 350ms ease,
        transform 250ms ease;
    transition: opacity 350ms ease,
        transform 250ms ease;
    transition: opacity 350ms ease,
        transform 250ms ease,
        -webkit-transform 250ms ease;
}
.menu-icon:checked~.nav-mobaile ul li:nth-child(1) {
    -webkit-transition-delay: 1400ms;
    -o-transition-delay: 1400ms;
    transition-delay: 1400ms;
}
.menu-icon:checked~.nav-mobaile ul li:nth-child(2) {
    -webkit-transition-delay: 1480ms;
    -o-transition-delay: 1480ms;
    transition-delay: 1480ms;
}
.menu-icon:checked~.nav-mobaile ul li:nth-child(3) {
    -webkit-transition-delay: 1560ms;
    -o-transition-delay: 1560ms;
    transition-delay: 1560ms;
}
.menu-icon:checked~.nav-mobaile ul li:nth-child(4) {
    -webkit-transition-delay: 1640ms;
    -o-transition-delay: 1640ms;
    transition-delay: 1640ms;
}
.menu-icon:checked~.nav-mobaile ul li:nth-child(5) {
    -webkit-transition-delay: 1740ms;
    -o-transition-delay: 1740ms;
    transition-delay: 1740ms;
}

.menu-icon:checked~.nav-mobaile ul li:nth-child(6) {
    -webkit-transition-delay: 1780ms;
    -o-transition-delay: 1780ms;
    transition-delay: 1780ms;
}

.menu-icon:checked~.nav-mobaile ul li:nth-child(7) {
    -webkit-transition-delay: 1820ms;
    -o-transition-delay: 1820ms;
    transition-delay: 1820ms;
}

.nav-mobaile .menu-item-has-children>a,
#main-header .nav-mobaile .menu-item-has-children>a {
    background-color: transparent;
    position: relative;
}
.nav-mobaile .menu-item-has-children>a:after,
#main-header .nav-mobaile .menu-item-has-children>a:after {
    font-family: 'ETmodules';
    text-align: center;
    speak: none;
    font-weight: 600;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    font-size: 18px;
    content: '\4c';
    top: 0;
    right: -28px;
    width: auto !important;
    background: #012169;
    padding: 1px 2px;
}
ul.sub-menu li a {
    color: #012169;
    font-size: 16px !important;
}
.nav-mobaile .menu-item-has-children.visible>a:after,
#main-header .nav-mobaile .menu-item-has-children.visible>a:after {
    content: '\4d';
}
.nav-mobaile ul.sub-menu,
#main-header .nav-mobaile ul.sub-menu,
.et-db #et-boc .et-l .nav-mobaile li ul.sub-menu {
    display: none !important;
    visibility: hidden !important;
    transition: all 1.5s ease-in-out;
}
.nav-mobaile li.visible>ul.sub-menu,
#main-header .nav-mobaile li.visible>ul.sub-menu,
.et-db #et-boc .et-l #main-header .nav-mobaile li.visible>ul.sub-menu,
.et-db #et-boc .et-l .et_pb_fullwidth_menu .nav-mobaile li.visible>ul.sub-menu,
.et-db #et-boc .et-l .nav-mobaile li.visible>ul.sub-menu {
    display: block !important;
    visibility: visible !important;
}

.mobile_menu_col  input[type="checkbox"] {
    display: none;
}
/* -------------------------------------------- */

.header_section {
    padding: 0px !important;
}
.mpl_site_header_fixed {
    position: fixed;
    width: 100%;
    top: 0;
}
.header_section_row1 {
    padding: 0px !important;
}
.header_section_row2 {
    padding: 0px !important;
}
.header_btn ul li {
    display: inline-block;
    padding: 0px 3px;
}
.header_btn ul li .fa {
    font-size: 22px;
    color: #000;
    padding: 10px 14px;
    border: 2px solid #ddd;
    border-radius: 10px;
}
.header_btn ul {
    padding: 0px !important;
    vertical-align: middle;
    display: flex;
}
.header_center_txt {
    font-size: 20px;
    color: #000;
    font-weight: 500;
}
.header_col_one {
    width: 20% !important;
}
.header_col_two {
    width: 30% !important;
}
.header_col_three {
    display: flex;
    justify-content: end;
    align-items: center;
}
.header_col_two {
    display: flex;
    align-items: center;
}
.header_menu ul li a {
    font-size: 17px;
    color: #fff;
    text-transform: capitalize;
    width: 100% !important;
    padding: 0  !important;
}
.header_menu nav ul li{
    padding: 17px 52px !important;
    border: 1px solid #333;
    margin-top: 0 !important;
    border-top: 0;
}
.header_section .header_section_row2 .header_menu_col_one {
    max-width: 1500px !important;
    margin: auto !important;
    justify-content: center;
    display: flex;

}
.header_menu ul li:first-child {
    padding-left: 0px !important;
}
.header_section_row1 {
    height: 80px;
}
.header_section_row2 {
    z-index: 1 !important;
}
.site_logo img {
    object-fit: contain;
    background: #fff;
    z-index: 999;
    position: relative;
    padding: 27px 0px;
    display: flex;
    align-items: center;
}
a.hader_cta_icon {
    display: none;
}
.menu-item-26 ul.sub-menu li {
    padding: 5px !important;
    width: 40% !important;
    float: left;
    margin:0 -1px 0 0;
}
.header_menu nav ul li.menu-item-28 ul li {
    padding: 5px 5px !important;
    width: 100%;
}
/*.header_menu ul.sub-menu {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
}*/
.header_menu ul.sub-menu{
    padding: 0 !important;
    border-top: 1px solid #012169;
    padding: 0 5px !important;
    box-shadow: none;
 }
.menu-item-26 ul.sub-menu{
    width: 630px !important;    
}
.header_menu ul li a:hover ,.et_pb_menu_0_tb_header.et_pb_menu .nav li ul.sub-menu a:hover{
    background: transparent !important;
    opacity: 1;
    color: #d7261c !important;
}
.et-menu .menu-item-has-children>a:first-child:after {
    content: "\4c";
    transition: 2s !important;
    right: -26px;
}
.et-menu .menu-item-has-children>a:first-child:hover:after{
    content: "\4b";
}
/*----------------mobile menu------------------*/
.sfm-rollback{
    height: 50px !important;
}
.sfm-navicon-button.x.sf_label_default{
    margin-right: 10px !important;
    margin-top: 10px !important;
}
nav.sfm-nav{
    justify-content: flex-start !important;
}
.sfm-style-full #sfm-sidebar .sfm-logo {
    padding: 22px 10px !important;
}
.sfm-toggle-hover .sfm-sidebar-close {
    display: block !important;
    right: 0px !important;
    top: -7px !important;
    transform: translate(26px, 0px);
}
.sfm-style-full #sfm-sidebar .sfm-sidebar-close:before, .sfm-style-full #sfm-sidebar .sfm-sidebar-close:after {
    background-color: #07246b !important;
    left: 0 !important;
}
#sfm-sidebar .sfm-menu li>a span{
    font-weight: 600 !important;
}
#sfm-sidebar.sfm-hl-line .sfm-menu li.sfm-submenu-visible>a, #sfm-sidebar.sfm-hl-line .sfm-menu li:hover>a, #sfm-sidebar.sfm-hl-line .sfm-menu li>a:focus {
    background: transparent !important;
}       
li.sfm-active-class a span {
    color: #fff;
}
.sfm-rollback.sfm-color1.sfm-theme-none.sfm-label-visible.sfm-label-rsquare {
    display: none;
}

.toggler {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    cursor: pointer;
    width: 35px;
    height: 35px;
    opacity: 0;
}
.hamburger {
  width: 40px;
  height: 40px;
  padding: 5px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-right: 5px;
}
.hamburger > div {
  position: relative;
  flex: none;
  width: 100%;
  height: 3px;
  background:#d7261c;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}
.hamburger > div::before,
.hamburger > div::after {
  content: '';
  position: absolute;
  z-index: 1;
  top: -10px;
  width: 100%;
  height: 3px;
  background: inherit;
}
.hamburger > div::after {
  top: 10px;
}
.toggler:checked + .hamburger > div {
  transform: rotate(135deg);
}
.toggler:checked + .hamburger > div:before, .toggler:checked + .hamburger > div:after {
    top: 0;
    transform: rotate(90deg);
}
.toggler:checked + .hamburger > div {
    transform: rotate(135deg);
}
.header_menu_filed_box ul {
    list-style: none;
    padding: 0px 0 !important;
}
.header_menu_filed_box ul li.menu-item-26 ul.menu_open li {
    width: 50% !important;
    float: left;
}
.header_menu_filed_box ul li a {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    position: relative;
}
.header_menu_filed_box {
    position: absolute;
    background: #d7261c;
    width: 100%;
    height: 100vh;
    padding: 35px 0;
    top: 0;
    margin-top: 17px;
}
.header_menu_filed_box ul li {
    padding: 4px 0;
    text-align: center;
    position: relative;
    width: 100%;
    float: left;
}
.header_menu_filed_col {
    position: relative;
    right: -150%;
    top: 0;
    transition: 1s;
}
.closeclass{
    right: 0%;
    transition: 1s; 
}
.header_menu_filed_box ul.sub-menu li a {
    color: #000;
}
.header_menu_filed_box ul li a:hover {
    color: #012169;
}
.header_menu_filed_box .menu-item-object-custom {
    position: relative;
}
.header_menu_filed_box .menu-item-object-custom:hover i.fa.fa-sort-desc.mob_dropdown{
    color: #012169;
}
.header_menu_filed_box .current-menu-item a {
    color: #012169 !important;
}
.header_menu_filed_box i.fa.fa-sort-desc.mob_dropdown {
    position: absolute;
    right: 0;
    font-size: 20px;
    color: #fff;
    left: 175px;
    width: 10px;
    margin: auto;
}
.header_menu_filed_box ul.sub-menu {
    display: none;
    transition: 0.5s;
}
.header_menu_filed_box ul.sub-menu.menu_open,.header_menu_filed_box ul.sub-menu.menu_open_2{
    display: block;
}
.moabile_header_section{
    display: none;
}
/*----------------end mobile menu------------------*/

@media all and (min-width: 320px) and (max-width: 767px) {
    #page-container{
        padding-top: 0 !important; 
    }
    .nav-mobaile ul li a {
        font-size: 16px;
    }
    .nav-mobaile ul li {
        margin: 3px 0;
    }
    .menu-item-26 ul.sub-menu {
        width: 100% !important;
    }
    ul.sub-menu li a {
        font-size: 14px !important;
        text-align: center;
        display: flex;
        justify-content: center;
    }
    .menu-item-26 ul.sub-menu li {
        padding: 6px !important;
        width: 100% !important;
        float: left;
        margin: 0 0px 0 0 !important;
    }
    .header_cta_icon ul {
        padding: 0px !important;
    }
    .contact_info_box ul li a {
        color: #000 !important;
    }
    .header_cta_icon ul li {
        display: inline-block;
        padding-left: 6px;
    }
    .header_cta_icon ul li .fa {
        font-size: 28px;
        color: #d7261c;
    }
    .moabile_header_section {
        padding: 0px !important;
        position: fixed;
        width: 100% !important;
        top: 0;
        box-shadow: 0px 0px 5px #000;
        background: #fff;
    }
    .moabile_header_section_row {
        padding: 14px 10px !important;;
        display: flex;
        align-items: center;
    }
    div#main-content {
        margin-top: 75px;
    }
    .heder_mobile_row_col_one {
        width: 30% !important;
    }
    .heder_mobile_row_col_three {
        width: 100% !important;
        position: absolute;
        right: 0;
        z-index: 0;
    }
    .heder_mobile_row_col_two {
        width: 40% !important;
    }
    .mobaile_site_logo img {
        width: 200px !important;
        height: 47px;
        object-fit: contain;
        transform: scale(1.3);
        margin: auto;
    }
    .moabile_header_section{
        display: block;
    }
}
@media all and (min-width: 481px) and (max-width: 767px) {
    .sfm-toggle-hover .sfm-sidebar-close {
        transform: translate(0px, 0px);
    }
}
@media all and (min-width: 768px) and (max-width: 980px) {
    #page-container{
        padding-top: 0 !important; 
    }
    .sfm-rollback.sfm-color1.sfm-theme-none.sfm-label-visible.sfm-label-rsquare {
        display: block !important;
    }
    .sfm-toggle-hover .sfm-sidebar-close {
        transform: translate(0px, 0px);
    }
    .nav-mobaile ul li a {
        font-size: 16px;
    }
    .nav-mobaile ul li {
        margin: 3px 0;
    }
    .menu-item-26 ul.sub-menu {
        width: 100% !important;
    }
    ul.sub-menu li a {
        font-size: 14px !important;
        text-align: center;
        display: flex;
        justify-content: center;
    }
    .menu-item-26 ul.sub-menu li {
        padding: 4px !important;
        width: 100% !important;
        float: left;
        margin: 0 0px 0 0 !important;
    }

    /* .contact_info_box ul li a{
        color: #000 !important;
    } */
    .header_cta_icon ul {
        padding: 0px !important;
    }
    .header_cta_icon ul li {
        display: inline-block;
        padding-left: 6px;
    }
    .header_cta_icon ul li .fa {
        font-size: 30px;
        color: #d7261c;
    }
    div#main-content {
        margin-top: 75px;
    }
    .moabile_header_section {
        box-shadow: 0px 0px 5px #000;
        padding: 0px !important;
        position: fixed;
        width: 100% !important;
        top: 0;
        background: #fff;
    }
    .moabile_header_section_row {
        padding: 5px !important;
        display: flex;
        align-items: center;
    }
    .mobaile_site_logo {
        justify-content: center;
        display: flex;
        width: 150px;
        margin: auto;
    }
    .heder_mobile_row_col_one {
        width: 33% !important;
    }
    .heder_mobile_row_col_three {
        width: 50% !important;
        position: absolute;
        right: 0;
        z-index: 0;
    }
    .heder_mobile_row_col_two {
        width: 33% !important;
    }
    .mobaile_site_logo img {
        width: 150px !important;
        height: 65px;
        object-fit: contain;
    }
    .moabile_header_section{
        display: block;
    }
}
@media only screen and (min-width: 981px) and (max-width: 1024px) {
    ul.sub-menu li a {
        font-size: 16px !important;
    }
    .header_menu ul li.menu-item-634 a {
        padding: 0 !important;
    }
    .header_menu nav ul {
        margin: 0 !important;
    }
    .header_section_row1 {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    .header_menu nav ul li {
        padding: 17px 19px !important;
    }
    .header_center_txt {
        font-size: 18px;
    }
    .header_col_one {
        width: 15% !important;
    }
    .header_col_two {
        width: 50% !important;
        /*justify-content: center;*/
        padding-left: 30px;
    }
    .header_col_three {
        width: 35% !important;
    }
    .header_btn .site_button {
        display: none !important;
    }
    a.hader_cta_icon {
        display: block !important;
    }
    .header_section .header_section_row2 .header_menu_col_one {
        max-width: 981px !important;
    }
}
@media all and (min-width: 1025px) and (max-width: 1140px) {
    .header_menu ul li a {
        padding: 0 !important;
    }
    .header_menu nav ul {
        margin: 0 !important;
    }
    ul.sub-menu li a {
        font-size: 16px !important;
    }
    .header_section_row1 {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    .header_menu nav ul li {
        padding: 17px 22px !important;
    }
    .header_center_txt {
        font-size: 18px;
    }
    .header_col_one {
        width: 15% !important;
    }
    .header_col_two {
        width: 50% !important;
        /*justify-content: center;*/
        padding-left: 30px;
    }
    .header_col_three {
        width: 35% !important;
    }
    .header_btn .site_button {
        display: none !important;
    }
    a.hader_cta_icon {
        display: block !important;
    }
    .site_logo {
        width: 150px;
    }
    .header_section .header_section_row2 .header_menu_col_one {
        max-width: 1025px !important;
    }

}
@media all and (min-width: 1141px) and (max-width: 1280px) {

    .header_section_row1 {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    .header_menu nav ul li {
        padding: 17px 32px !important;
    }
    .header_center_txt {
        font-size: 18px;
    }
    .header_col_one {
        width: 15% !important;
    }
    .header_col_two {
        width: 35% !important;
        justify-content: center;
    }
    .site_logo {
        width: 150px;
    }
    .header_section .header_section_row2 .header_menu_col_one {
        max-width: 1141px !important;
    }
}
@media all and (min-width: 1281px) and (max-width: 1435px) {
    .header_section_row1 {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    .header_menu nav ul li {
        padding: 17px 39px !important;
    }
    .header_center_txt {
        font-size: 15px;
    }
    .site_logo {
        width: 200px;
    }
    .header_col_one {
       width: 18.5% !important;
    }
    .header_center_txt .et_pb_code_inner {
        padding-left: 0px;
        font-size: 17px;
    }
    .header_section .header_section_row2 .header_menu_col_one {
        max-width: 1281px !important;
    }
}
@media all and (min-width: 1436px) and (max-width: 1680px) {
    .header_section_row1 {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    .header_menu nav ul li {
        padding: 17px 46px !important;
    }
    .header_center_txt .et_pb_code_inner {
        padding-left: 15px;
        font-size: 19px;
    }
    .header_section .header_section_row2 .header_menu_col_one {
        max-width: 1436px !important;
    }
}
@media all and (min-width: 1681px) and (max-width: 1880px) {}

@media all and (min-width: 981px) and (max-width: 3000px) {}