/* ----------------popup form ------------ */

.gt_pup_section {
    position: fixed;
    width: 50%;
    height: fit-content;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: #DDE4E8 !important;
    padding: 15px !important;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    border: 2px solid #125081;
    box-shadow: 0px 2px 11px 0px #00000040;
    transition: 1s;
    opacity: 0;
    visibility: hidden;
}

.active_pop {
    opacity: 1;
    visibility: visible;
}

.gt_pup_section .gt_form_block {
    padding: 0;
    border: none;
    width: 100%;
    margin: auto;
}

.pop_close_icon {
    position: absolute;
    right: -2px;
    top: -2px;
    background: linear-gradient(180deg, #125081 40%, #000 100%) !important;
    width: 40px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 1s;
    cursor: pointer;
    border-radius: 5px;
}

.pop_close_icon svg {
    width: 25px;
    height: 25px;
    margin-top: -7px;
}

.pop_close_icon svg path {
    fill: #fff;
}

.blur_popup {
    filter: blur(5px) brightness(0.3);
    z-index: -1;
}

.gt_form_box {
    padding: 40px 30px;
}

.gt_pup_section .giwu_col_6 {
    padding: 0 !important;
}

.gt_pup_section .form_field {
    padding: 5px;
}


/*-------------end popup---------------*/

.hdr_section,
.hdr_mb_section {
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.hdr_mb_section {
    display: none !important;
}

.et_pb_menu__wrap {
    width: 100% !important;
}

nav.et-menu-nav {
    width: 100% !important;
    justify-content: center;
}

.et_pb_menu__menu {
    width: 100% !important;
}

.et_pb_menu_inner_container.clearfix {
    width: 100% !important;
}


/* --------------------------------- */

.hdr_row {
    width: 1560px !important;
    max-width: 100% !important;
}

.hdr_logo {
    background: #fff;
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 0px 0px 10px 10px;
    position: absolute;
    top: -42px;
    width: 90%;
    height: 115px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hdr_logo img {
    width: 100%;
    height: 65px;
    object-fit: contain;
}

.hdr_menu ul {
    padding: 0 !important;
}

.hdr_menu ul li {
    padding: 35px 40px !important;
    margin: 0 !important;
    transition: 1s;
}

.hdr_menu ul li a {
    padding: 0 !important;
    color: #000 !important;
    font-size: 16px;
    font-weight: 500;
    opacity: 1;
    text-transform: uppercase;
    width: 100% !important;
    position: relative;
    transition: 1s;
}

.hdr_menu ul li a:hover,
.hdr_menu ul li.current-menu-item a {
    opacity: 1 !important;
    color: #E95623 !important;
}

.hdr_menu ul li ul li a:hover {
    color: #fff !important;
}

.hdr_menu .et_pb_menu__wrap {
    justify-content: center !important;
}

.hdr_btn_box_inr {
    display: flex;
    align-items: center;
    justify-content: right;
}

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

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

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

@media all and (min-width: 320px) and (max-width: 980px) {
    /*-------------popup---------------*/
    .gt_pup_section {
        width: 95%;
        padding: 15px 10px !important;
    }
    .pop_close_icon {
        width: 40px;
        height: 35px;
    }
    .pop_close_icon svg {
        width: 25px;
        height: 25px;
    }
    .gt_form_box {
        padding: 20px 10px;
    }
    /*-------------end popup---------------*/
    .hdr_section {
        display: none;
    }
    .hdr_mb_section {
        display: block !important;
    }
    .hdr_mb_row {
        display: flex;
        align-items: center;
        padding: 7px !important;
    }
    .hdr_icons {
        display: flex;
        justify-content: right;
        padding-right: 42px;
    }
    .hdr_icon:first-child {
        margin-right: 5px;
    }
    .hdr_mb_logo {
        display: flex;
    }
    .hdr_mb_logo img {
        width: 100%;
        height: 50px;
        object-fit: contain;
    }
    .hdr_icon {
        display: flex;
        height: 40px;
        width: 37px;
        background: #125081;
        border-radius: 5px;
        justify-content: center;
        align-items: center;
    }
    .hdr_mb_svg {
        display: flex;
    }
    .hdr_mb_svg svg {
              width: 27px;
        height: 27px;
        object-fit: contain;
        filter: brightness(0) invert(1);
    }
}

@media all and (min-width: 981px) and (max-width: 1024px) {
    /*-------------popup---------------*/
    .gt_pup_section {
        width: 90%;
        padding: 15px 10px !important;
    }
    .pop_close_icon {
        width: 40px;
        height: 35px;
    }
    .pop_close_icon svg {
        width: 25px;
        height: 25px;
    }
    .gt_form_box {
        padding: 20px 10px;
    }
    /*-------------end popup---------------*/
    .hdr_row.pd0 {
        width: 100% !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .hdr_col_1 {
        width: 20% !important;
    }
    .hdr_col_2 {
        width: 48% !important;
    }
    .hdr_col_3 {
        width: 32% !important;
    }
    .hdr_menu ul li {
        padding: 22px 12px !important;
    }
    .hdr_logo img {
        height: 40px;
    }
    .hdr_logo {
        width: 100%;
        height: 85px;
    }
    .hdr_menu ul li a {
        font-size: 14px;
    }
}

@media all and (min-width: 1025px) and (max-width: 1140px) {
    /*-------------popup---------------*/
    .gt_pup_section {
        width: 80%;
        padding: 15px 10px !important;
    }
    .gt_form_box {
        padding: 20px 10px;
    }
    /*-------------end popup---------------*/
    .hdr_row {
        width: 1000px !important;
    }
    .hdr_col_1 {
        width: 20% !important;
    }
    .hdr_col_2 {
        width: 48% !important;
    }
    .hdr_col_3 {
        width: 32% !important;
    }
    .hdr_menu ul li {
        padding: 25px 12px !important;
    }
    .hdr_logo img {
        height: 42px;
    }
    .hdr_logo {
        width: 100%;
        height: 90px;
    }
    .hdr_menu ul li a {
        font-size: 15px;
    }
}

@media all and (min-width: 1141px) and (max-width: 1280px) {
    /*-------------popup---------------*/
    .gt_pup_section {
        width: 70%;
        padding: 15px 10px !important;
    }
    .gt_form_box {
        padding: 20px 10px;
    }
    /*-------------end popup---------------*/
    .hdr_row {
        width: 1120px !important;
    }
    .hdr_col_1 {
        width: 20% !important;
    }
    .hdr_col_2 {
        width: 45% !important;
    }
    .hdr_col_3 {
        width: 35% !important;
    }
    .hdr_menu ul li {
        padding: 30px 15px !important;
    }
    .hdr_logo img {
        height: 45px;
    }
    .hdr_logo {
        width: 100%;
        height: 95px;
    }
    .hdr_menu ul li a {
        font-size: 15px;
    }
}

@media all and (min-width: 1281px) and (max-width: 1440px) {
    .hdr_row {
        width: 1240px !important;
    }
    .hdr_col_1 {
        width: 20% !important;
    }
    .hdr_col_2 {
        width: 50% !important;
    }
    .hdr_col_3 {
        width: 30% !important;
    }
    .hdr_menu ul li {
        padding: 30px 25px !important;
    }
    .hdr_logo img {
        height: 45px;
    }
    .hdr_logo {
        width: 100%;
        height: 95px;
    }
}

@media all and (min-width: 1441px) and (max-width: 1680px) {
    .hdr_row {
        width: 1400px !important;
    }
    .hdr_col_1 {
        width: 25% !important;
    }
    .hdr_col_2 {
        width: 45% !important;
    }
    .hdr_col_3 {
        width: 30% !important;
    }
    .hdr_menu ul li {
        padding: 35px 30px !important;
    }
}

@media all and (min-width: 1681px) and (max-width: 1880px) {}