/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.5.15,
* Autoprefixer: v10.5.0
* Browsers: last 4 version
*/

.et-menu li.menu-item-has-children>a {
    padding-bottom: 10px !important;
}

.img_icon img {
    -webkit-animation: ring 1s ease infinite;
    animation: ring 1s ease infinite;
    transform-origin-x: 50%;
    transform-origin-y: 0px;
    transform-origin-z: initial;
}

@-webkit-keyframes ring {
    0% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }
    2% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    4% {
        -webkit-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }
    6% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg)
    }
    8% {
        -webkit-transform: rotate(-22deg);
        transform: rotate(-22deg)
    }
    10% {
        -webkit-transform: rotate(22deg);
        transform: rotate(22deg)
    }
    12% {
        -webkit-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }
    14% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg)
    }
    16% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg)
    }
    18% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg)
    }
    20% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes ring {
    0% {
        -webkit-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }
    2% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    4% {
        -webkit-transform: rotate(-18deg);
        -ms-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }
    6% {
        -webkit-transform: rotate(18deg);
        -ms-transform: rotate(18deg);
        transform: rotate(18deg)
    }
    8% {
        -webkit-transform: rotate(-22deg);
        -ms-transform: rotate(-22deg);
        transform: rotate(-22deg)
    }
    10% {
        -webkit-transform: rotate(22deg);
        -ms-transform: rotate(22deg);
        transform: rotate(22deg)
    }
    12% {
        -webkit-transform: rotate(-18deg);
        -ms-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }
    14% {
        -webkit-transform: rotate(18deg);
        -ms-transform: rotate(18deg);
        transform: rotate(18deg)
    }
    16% {
        -webkit-transform: rotate(-12deg);
        -ms-transform: rotate(-12deg);
        transform: rotate(-12deg)
    }
    18% {
        -webkit-transform: rotate(12deg);
        -ms-transform: rotate(12deg);
        transform: rotate(12deg)
    }
    20% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.header_row_two_main,
.header_setion_row {
    width: 100% !important;
    max-width: 100% !important;
}

.header_right_main_Col1:nth-child(1) {
    margin-right: 20px !important;
}

.header_menu .current_page_item a {
    color: #fff;
}

.header_menu .current_page_item li a {
    color: #000;
}

.header_menu .current_page_item li a::before {
    display: none;
}

.header_menu .current_page_item a::before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    background: #D21515;
    width: 100%;
    height: 100%;
    top: -6px;
    margin: auto;
    z-index: -1;
    border-radius: 5px;
}

.top-bar-container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 100px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.adg_site_header_fixed {
    position: fixed;
    width: 100%;
    top: 0;
    border-bottom: 1px solid #ddd;
}

.header_setion_row {
    padding: 10px !important;
}

.top-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    white-space: nowrap;
}

.top-item a {
    padding-left: 5px;
}

.top-item a,
.top-item span {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}

.header_col1 {
    width: 15% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.site_logo {
    margin: auto !important;
}

.header_col2 {
    width: 60% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header_col3 {
    width: 25% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header_right_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.head_main_call {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header_col3::before {
    position: absolute;
    content: '';
    right: 0;
    background: #222222;
    width: 54%;
    height: 100%;
    top: 0;
    clip-path: polygon(17% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.header_col1::before {
    position: absolute;
    content: '';
    right: auto;
    left: 0;
    background: #222222;
    width: 300px;
    height: 100%;
    top: 0;
    clip-path: polygon(0 0, 100% 0%, 83% 100%, 0% 100%);
}

.header_col1::after {
    position: absolute;
    content: '';
    right: auto;
    left: 0;
    background: #d21515;
    width: 310px;
    z-index: -1;
    height: 100%;
    top: 0;
    clip-path: polygon(0 0, 100% 0%, 83% 100%, 0% 100%);
}

.header_menu ul li {
    padding: 0 !important;
}

.header_menu ul li a {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    padding: 0px 25px !important;
}

.site_logo {
    padding: 10px 0px;
}

.header_col2 .et_pb_menu__wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.head_main_call_col1 span {
    font-size: 16px;
    display: block;
    color: #fff;
}

.head_main_call_col1 a {
    font-size: 26px;
    color: #fff;
}

.head_main_call_col1 {
    line-height: 1.3;
}

.img_icon {
    width: 50px;
    height: 50px;
    background: #D21515;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 10px;
}

.img_icon {
    width: 50px;
    height: 50px;
    background: #D21515;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 10px;
    margin-right: 10px;
}

.header_row_two_main {
    padding: 0px !important;
}

ul.sub-menu {
    padding: 0px !important;
}

.et-menu li li a {
    width: 250px;
    padding: 7px 10px !important;
    border-bottom: 1px dashed #000;
}

.nav li ul {
    border-top: 3px solid #d21515;
    overflow: hidden;
}

.et-menu .menu-item-has-children>a:first-child:after {
    content: "\43" !important;
}

.mb_section_header {
    display: none !important;
}

@media all and (min-width: 320px) and (max-width: 980px) {
    .header_section {
        display: none !important;
    }
    .mb_section_header {
        display: block !important;
    }
    .header_top_main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .header_top_main a {
        width: 50% !important;
    }
    .header_top_main a:first-child {
        background: #D21515;
        color: #fff;
        text-align: center;
        padding: 2px;
    }
    .header_top_main a:last-child {
        background: #222222;
        padding: 2px;
        color: #fff;
        text-align: center;
    }
    .mb_logo img {
        width: 150px !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 10px;
    }
    .mb_section_header {
        position: fixed;
        width: 100%;
        top: 0;
    }
    .mb_section_header {
        position: fixed;
        width: 100%;
        top: 0;
        -webkit-box-shadow: 0px 0px 3px #000;
        box-shadow: 0px 0px 3px #000;
    }
    /* mb menu */
    .mobile_header {
        position: fixed !important;
        width: 100% !important;
        background: #fff !important;
        top: 0 !important;
        -webkit-box-shadow: rgb(0 0 0 / 25%) 0px 25px 20px -20px !important;
        box-shadow: rgb(0 0 0 / 25%) 0px 25px 20px -20px !important;
        border-bottom: 1px solid #222222 !important;
    }
    .mobile_head_row.pd0 {
        padding: 8px !important;
    }
    .mbl_btn .btn_col {
        width: 50%;
        margin: 0;
    }
    .mbl_btn .site_button {
        width: 100%;
        border-radius: unset !important;
        padding: 0 !important;
        border: 1px solid #fff;
    }
    .mob_col_1 {
        width: 70% !important;
    }
    .mob_col_2 {
        width: 30% !important;
    }
    .mob_head_logo {
        width: 100% !important;
        line-height: 0 !important;
    }
    .mob_head_logo img {
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: left;
        object-position: left;
        width: 100% !important;
        height: 55px;
    }
    .fullmenu-wrapper {
        position: relative;
        z-index: 9999;
    }
    ul#menu-mobaile_menu {
        padding: 0 !important;
    }
    .menu-btn {
        background: -webkit-gradient(linear, left top, left bottom, from(#D21515), to(#222222));
        background: linear-gradient(180deg, #D21515 0%, #222222 100%);
        border: none;
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 5px;
        margin: auto;
        margin-right: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 35px;
        height: 35px;
        margin-right: 20px;
    }
    .col_logo_mob {
        width: 200px !important;
    }
    .menu-btn span {
        width: 18px;
        height: 1px;
        background: #fff;
        display: block;
    }
    .menu-bg {
        position: fixed;
        top: 0;
        right: 0;
        width: 60px;
        height: 60px;
        background: #fff;
        border-radius: 50%;
        z-index: 10000;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transition: -webkit-transform 0.5s ease;
        transition: -webkit-transform 0.5s ease;
        transition: transform 0.5s ease;
        transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    }
    .menu-bg.expand {
        -webkit-transform: scale(60);
        -ms-transform: scale(60);
        transform: scale(60);
    }
    ul.sub-menu li a {
        font-size: 16px;
    }
    .fullmenu-nav {
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        width: 100%;
        background: transparent;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        opacity: 0;
        pointer-events: none;
        -webkit-transition: opacity 0.4s ease;
        transition: opacity 0.4s ease;
        z-index: 10002;
    }
    .fullmenu-nav.open {
        opacity: 1;
        pointer-events: auto;
    }
    .menu-close {
        position: absolute;
        top: -2px;
        bottom: auto;
        right: -2px;
        left: auto;
        background: -webkit-gradient(linear, left top, left bottom, from(#D21515), to(#222222));
        background: linear-gradient(180deg, #D21515 0%, #222222 100%);
        font-size: 24px;
        color: #fff;
        cursor: pointer;
        width: 35px;
        height: 35px;
        line-height: 0;
        border: none;
        font-weight: 100;
    }
    .fullmenu-wrapper {
        list-style: none;
        padding: 0;
        margin: 0;
        text-align: center;
    }
    ul.sub-menu li {
        border: none;
    }
    .fullmenu-wrapper li li::after {
        display: none;
    }
    .fullmenu-wrapper ul.sub-menu {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
    .fullmenu-wrapper .main_drop ul li {
        width: 100% !important;
    }
    .fullmenu-wrapper li {
        list-style-type: none;
        position: relative;
        border-bottom: 1px dashed #D21515;
        text-align: left;
        display: block;
        line-height: normal !important;
        margin: 0 !important;
        padding: 10px 20px !important;
        opacity: 0;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-animation: slideIn 0.5s forwards;
        animation: slideIn 0.5s forwards;
    }
    .fullmenu-wrapper li a {
        display: block;
        color: #000 !important;
        font-size: 14px;
        text-decoration: none;
        -webkit-transition: color 0.3s ease;
        transition: color 0.3s ease;
        width: 100%;
    }
    @-webkit-keyframes slideIn {
        to {
            opacity: 1;
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }
    }
    @keyframes slideIn {
        to {
            opacity: 1;
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }
    }
    ul.sub-menu li a {
        font-size: 14px;
    }
    .fullmenu-wrapper li.menu-item-has-children>a::after {
        content: "\33";
        font-size: 20px;
        position: absolute;
        top: 9px;
        right: 20px;
        font-family: ETmodules !important;
        border-radius: 100px;
        color: #000;
        line-height: 1;
        left: auto;
    }
    .fullmenu-wrapper ul.sub-menu {
        padding-left: 10px !important;
    }
    .fullmenu-wrapper li.open>a::after {
        content: "\32" !important;
    }
    .fullmenu-wrapper ul.sub-menu {
        max-height: 0;
        overflow: hidden;
        -webkit-transition: max-height 0.3s ease;
        transition: max-height 0.3s ease;
        padding: 0 !important;
    }
    .fullmenu-wrapper li.open>ul.sub-menu {
        max-height: -webkit-max-content;
        max-height: -moz-max-content;
        max-height: max-content;
        /* adjust as needed */
    }
    .menu-mobaile_menu-container {
        padding-top: 60px;
    }
    .header_top_row {
        padding: 0;
    }
    .fullmenu-wrapper ul {
        display: block;
        padding: 0 !important;
        height: 78vh;
        overflow: auto;
    }
    .logo_menu {
        text-align: left !important;
        width: 120px;
        padding: 40px 10px 20px 10px;
        margin: auto;
        line-height: 0;
    }
    .menu-main-menu-container {
        padding-top: 0px;
    }
    .mb_header_row2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .menu_copyright {
        position: absolute;
        bottom: 0;
        background: #222222;
        padding: 10px;
        color: #fff;
        width: 100%;
        left: 0;
        right: 0;
        font-size: 14px;
    }
    /* end */
}

@media all and (min-width: 481px) and (max-width: 767px) {}

@media all and (min-width: 768px) and (max-width: 980px) {}

@media only screen and (min-width: 981px) and (max-width: 1024px) {
    .top-item {
        padding: 0px 10px;
    }
    .header_right_main_Col1:nth-child(1) {
        margin-right: 4px !important;
    }
    .header_col3::before {
        width: 55% !important;
    }
    .header_menu ul li a {
        padding: 0px 8px !important;
        font-size: 14px;
    }
    .head_main_call_col1 span {
        font-size: 14px;
    }
    .header_col3 .site_button {
        width: 100px;
        font-size: 14px;
    }
    .top-item a,
    .top-item span {
        font-size: 14px;
    }
    .header_col1::before {
        width: 150px;
    }
    .header_col1::after {
        width: 155px;
    }
    .et-menu .menu-item-has-children>a:first-child:after {
        right: -6px;
    }
    .head_main_call_col1.img_icon {
        display: none;
    }
    .head_main_call_col1 a {
        font-size: 16px;
    }
    .header_col3 {
        width: 22% !important;
    }
    .header_col2 {
        width: 63% !important;
    }
    .site_logo img {
        width: 100px;
    }
    .header_row_two_main::before {
        width: 160px;
    }
    .top-bar-container {
        gap: 30px;
    }
}

@media all and (min-width: 1025px) and (max-width: 1140px) {
    .header_right_main_Col1:nth-child(1) {
        margin-right: 10px !important;
    }
    .header_col3::before {
        width: 52% !important;
    }
    .header_col3 {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end;
    }
    .header_menu ul li a {
        padding: 0px 8px !important;
        font-size: 14px;
    }
    .head_main_call_col1 span {
        font-size: 14px;
    }
    .header_col3 .site_button {
        width: 100px;
        font-size: 14px;
    }
    .top-item a,
    .top-item span {
        font-size: 14px;
    }
    .header_col1::before {
        width: 160px;
    }
    .header_col1::after {
        width: 165px;
    }
    .et-menu .menu-item-has-children>a:first-child:after {
        right: -8px;
    }
    .head_main_call_col1.img_icon {
        display: none;
    }
    .head_main_call_col1 a {
        font-size: 18px;
    }
    .site_logo img {
        width: 110px;
    }
    .header_row_two_main::before {
        width: 160px;
    }
    .top-bar-container {
        gap: 0px;
    }
}

@media all and (min-width: 1141px) and (max-width: 1280px) {
    .site_logo img {
        width: 120px;
    }
    .et-menu .menu-item-has-children>a:first-child:after {
        right: -6px !important;
    }
    .header_col3::before {
        width: 51% !important;
    }
    .header_menu ul li a {
        padding: 0px 10px !important;
        font-size: 14px;
    }
    .header_col3 .site_button {
        width: 130px;
    }
    .top-item a,
    .top-item span {
        font-size: 14px;
    }
    .header_col1::before {
        width: 180px;
    }
    .header_col1::after {
        width: 190px;
    }
    .head_main_call_col1.img_icon {
        display: none;
    }
    .head_main_call_col1 a {
        font-size: 18px;
    }
    .site_logo img {
        width: 100px;
    }
    .header_row_two_main::before {
        width: 160px;
    }
    .top-bar-container {
        gap: 30px;
    }
}

@media all and (min-width: 1281px) and (max-width: 1440px) {
    .site_logo img {
        width: 120px;
    }
    .et-menu .menu-item-has-children>a:first-child:after {
        right: -5px;
    }
    .header_right_main_Col1:nth-child(1) {
        margin-right: 8px !important;
    }
    .header_menu ul li a {
        padding: 0px 15px !important;
        font-size: 14px;
    }
    .header_col3 .site_button {
        width: 130px;
    }
    .top-item a,
    .top-item span {
        font-size: 14px;
    }
    .header_col1::before {
        width: 210px;
    }
    .header_col1::after {
        width: 215px;
    }
    .head_main_call_col1 a {
        font-size: 18px;
    }
    .header_row_two_main::before {
        width: 180px;
    }
    .top-bar-container {
        gap: 30px;
    }
}

@media all and (min-width: 1441px) and (max-width: 1680px) {
    .site_logo img {
        width: 140px;
    }
    .header_col3::before {
        width: 48% !important;
    }
    .header_menu ul li a {
        padding: 0px 15px !important;
    }
    .header_col1::before {
        width: 240px;
    }
    .header_col1::after {
        width: 250px;
    }
    .head_main_call_col1 a {
        font-size: 18px;
    }
    .header_row_two_main::before {
        width: 180px;
    }
}

@media all and (min-width: 1681px) and (max-width: 1880px) {
    .header_col1::before {
        width: 260px;
    }
    .header_col1::after {
        width: 270px;
    }
}

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