/*
Theme Name: Avada Child Theme
Description: This websites child theme.
Theme URI: https://avada.com/
Author: Sudharsan
License: Themeforest Split Licence
Version: 1.0
Text Domain: Avada
Template: Avada
*/


/* Common */
.read_more_btn {
    background: #E15D29;
    color: #fff;
    padding: 15px 40px;
    display: inline-block;
    text-align: center;
    border: 1px solid #E15D29;
    font-weight: 300;
    transition: all 0.3s ease;
}
.read_more_btn:hover {
    color: #E15D29;
    background: unset;
    padding: 15px 50px;
}

/* Header */
.fusion-header-v6 .fusion-row {
    max-width: 40% !important;
    background: #fff;
    border-radius: 7px;
    margin: 30px auto 0px;
    padding: 0px 40px 0px 20px !important;
    transition-duration: .2s;
    transition-timing-function: linear;
}
 .fusion-flyout-active.fusion-header-v6 .fusion-row,
.fusion-is-sticky .fusion-header-v6 .fusion-row {
    max-width: 100% !important;
}
.fusion-header-v6 .fusion-row:hover, .fusion-flyout-active.fusion-header-v6 .fusion-header,
.fusion-is-sticky .fusion-header-v6 .fusion-header {
    max-width: 80% !important;
}
.fusion-header-has-flyout-menu .fusion-header-v6-content .fusion-logo {
    margin: 15px 0px;
}
.fusion-header-has-flyout-menu .fusion-flyout-menu-icons .fusion-flyout-menu-toggle, 
.fusion-header-has-flyout-menu .fusion-flyout-menu-icons .fusion-toggle-icon-line {
    width: 45px !important;
    justify-content: space-evenly !important;
}
.fusion-flyout-menu-active .fusion-flyout-menu-icons .fusion-flyout-menu-toggle,
.fusion-flyout-menu-active .fusion-flyout-menu-icons .fusion-toggle-icon-line {
    width: 24px !important;
    justify-content: space-between !important;
}
.fusion-header-has-flyout-menu .fusion-flyout-menu-icons .menu_bar {
    width: 77px;
}
.fusion-header-has-flyout-menu .fusion-flyout-menu-icons .fusion-flyout-menu-toggle .fusion-toggle-icon-line:nth-child(2), 
.fusion-header-has-flyout-menu .fusion-flyout-menu-icons .fusion-flyout-search-toggle .fusion-toggle-icon-line:nth-child(2) {
    transform-origin: left bottom;
}
.fusion-header-has-flyout-menu.fusion-flyout-menu-active .fusion-flyout-menu-icons .fusion-flyout-menu-toggle .fusion-toggle-icon-line:nth-child(2) {
    opacity: unset !important;
}
.fusion-header-has-flyout-menu.fusion-flyout-menu-active .fusion-flyout-menu-icons .fusion-flyout-menu-toggle .fusion-toggle-icon-line:nth-child(2) {
    transform: rotate(-45deg);
}
.custom_main_menu ul {
    padding: 0px;
    list-style: none;
    display: flex;
}
.custom_main_menu ul li {
    margin-right: 50px;
}
.fusion-header-v6 .fusion-row:hover .menu_bar, .fusion-is-sticky .fusion-header-v6 .fusion-row .menu_bar {
    display: none;
    transition-delay: unset;
}
.fusion-header-v6 .fusion-row .custom_main_menu, .fusion-flyout-menu-bg, .fusion-row .fusion-main-menu.fusion-flyout-menu {
    display: none;
}
.fusion-header-v6 .fusion-row .custom_main_menu .fusion-menu {
    visibility: hidden;
    transition-delay: unset;
    transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
}
.fusion-header-v6 .fusion-row:hover .custom_main_menu .fusion-menu, .fusion-flyout-active.fusion-header-v6 .fusion-row .custom_main_menu .fusion-menu,
.fusion-is-sticky .fusion-header-v6 .fusion-row .custom_main_menu .fusion-menu {
    visibility: visible;
    transition-delay: .2s;
}
.fusion-header-v6 .fusion-row:hover .custom_main_menu, .fusion-flyout-active.fusion-header-v6 .fusion-row .custom_main_menu,
.fusion-is-sticky .fusion-header-v6 .fusion-row .custom_main_menu {
    display: block;
} 
img.fusion-sticky-logo {
    height: 48px;
}

/* Footer */
.custom_footer_sec {
    background-color: #EDEDED;
    padding: 50px 0px 10px;
}
.custom_footer_wrap {
    display: flex;
    justify-content: space-between;
    width: 89%;
    margin: 0 auto;
    padding-bottom: 25px;
    border-bottom: 2px solid #707070;
}
.custom_footer_menus .menu {
    padding: 0px;
    list-style: none;
    display: flex;
}
.custom_footer_menus .menu li {
    margin: 0px 30px;
}
.custom_footer_soc_icon img {
    margin-right: 5px;
}
.custom_footer_call p {
    margin-bottom: 10px;
}
.custom_footer_cpyrig_sec {
    width: 90%;
    margin: 10px auto 0px;
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 7px;
}
.home_contact_tab {
    display: none;
}

/* Home */
.home_bnr_slider_sec {
    position: relative;
}
.home_bnr_slider_sec img {
    width: 100%;
}
.home_bnr_slider_1, .home_bnr_slider_2, .home_bnr_slider_3 {
    position: absolute;
    top: 55%;
    left: 100px;
    transform: translateY(-50%);
}
.home_bnr_slider_1 h1, .home_bnr_slider_2_cont h1, .home_bnr_slider_3 h1 {
    color: #fff !important;
    margin: 0px 0px 20px;
    font-size: 70px !important;
    font-weight: 800 !important;
    line-height: 70px !important;
    white-space: pre;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px;
}
.home_bnr_slider_3 h1 {
    margin-bottom: 30px;
}
.home_bnr_slider_1 p, .home_bnr_slider_3 p {
    color: #fff;
    font-size: 23px;
    font-weight: 300;
    margin-bottom: 30px !important;
}
.home_bnr_slider_3 p {
    width: 75%;
    margin-bottom: 10px !important;
}
.home_bnr_slider_arrow .slick-prev, .home_slider_1_mbl, .home_bnr_slider_2_co_mbl,
.home_slider_2_mbl, .home_slider_3_mbl, .home_slider_1_tab, .home_slider_2_tab, .home_slider_3_tab,
.home_slider_1_tab_port, .home_slider_2_tab_port, .home_slider_3_tab_port {
    display: none !important;
}
.home_bnr_slider_2_cont h1 {
    color: #000 !important;
    margin-bottom: 30px;
}
.home_bnr_slider_2_cont p {
    font-size: 23px;
    margin-bottom: 10px !important;
}
.home_bnr_slider_count {
    background: #000;
    color: #fff;
    width: 45px;
    height: 30px;
    font-weight: 200;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.home_bnr_slider_next, .home_bnr_slider_prev {
    position: relative;
    padding: 5px 15px;
    background: #E15D29;
    cursor: pointer;
}
.home_bnr_slider_next:after, .home_bnr_slider_prev:after {
    content: "";
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    position: absolute;
    top: 50%;
    right: 40%;
    transform: translate(0%, -50%) rotate(-45deg);
}
.home_bnr_slider_next.slick-arrow.slick-disabled, .home_bnr_slider_prev.slick-arrow.slick-disabled {
    visibility: hidden !important;
}
.home_bnr_slider_prev:after {
    transform: translate(0%, -50%) rotate(135deg);
}
.home_bnr_slider_arrow {
    position: absolute;
    bottom: 20%;
    right: 8%;
    display: flex;
}
.home_prdt_sec {
    padding: 30px 0px;
}
.home_prdt_cont p {
    width: 40%;
}
.home_prdt_cont {
    padding-bottom: 50px;
}
.home_prdt_slider {
    margin: 70px 0px 0px;
}
.home_prdt_list_img {
    background: linear-gradient(180deg,rgba(255, 255, 255, 1) 40%, rgba(226, 226, 226, 1) 40%);
}
.home_prdt_list_img img {
    width: 90%;
    margin: 0 auto;
    object-fit: contain;
    transform: scale(1);
    transition-duration: .2s;
    transition-timing-function: linear;
}
.home_prdt_list:hover .home_prdt_list_img img {
    transform: scale(1.05);
}
.home_prdt_list {
    margin-right: 100px;
    cursor: pointer;
}
/* .home_prdt_list_sec {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
    padding: 10px 20px 30px;
    background: #E15D29;
    color: #fff !important;
} */
 .home_prdt_list:hover {
    background: #e15d29;
    z-index: 1;
    position: relative;
}
.home_prdt_list_sec {
    visibility: hidden;
    opacity: 0;
    transition: 0.7s cubic-bezier(0, 0, 0.2, 1);
    z-index: -1;
    padding: 10px 20px 30px;
    color: #fff !important;
    position: relative;
}
.home_prdt_list:hover .home_prdt_list_sec {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
}
.home_prdt_list_img h6 {
    margin: 0px !important;
    position: relative;
    padding-right: 30px;
}
.home_prdt_list_img h6:after {
    content: '+';
    position: absolute;
    right: 0px;
    top: 0px;
}
.home_prdt_list_tit {
    padding: 30px 20px;
}
.home_prdt_list:hover .home_prdt_list_img {
    background: linear-gradient(180deg,rgba(255, 255, 255, 1) 40%, rgba(225, 93, 41, 1) 40%);
}
.home_prdt_list:hover .home_prdt_list_img h6, .home_prdt_list:hover .home_prdt_list_sec p {
    color: #fff !important;
}
.home_prdt_list_sec a {
    position: relative;
    padding-right: 20px;
    color: #fff !important;
}
.home_prdt_list_sec a:after {
    content: "";
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    position: absolute;
    top: 57%;
    right: 0px;
    transform: translate(0%, -50%) rotate(-45deg);
}
.home_prdt_slider .slick-arrow {
    position: absolute !important;
    bottom: 109px;
    border: none;
    background: #F6BC25;
    color: #fff;
    padding: 15px;
    font-size: 0px;
    position: relative;
    z-index: 2;
    cursor: pointer;
}
.home_prdt_slider .slick-arrow:after {
    content: "";
    border: solid #000;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    position: absolute;
    top: 50%;
    right: 40%;
    transform: translate(0%, -50%) rotate(-45deg);
}
.home_prdt_slider .slick-next {
    right: 0px;
}
.home_prdt_slider .slick-prev {
    right: 32px;
}
.home_prdt_slider .slick-arrow.slick-prev:after {
    right: 30%;
    transform: translate(0%, -50%) rotate(135deg);
}
.home_about_sec {
    background: linear-gradient(90deg,rgba(255, 255, 255, 1) 5%, rgba(246, 188, 37, 1) 5%);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 100px 0px;
}
.home_about_img {
    width: 48%;
}
.home_about_cont {
    width: 35%;
    margin-left: 80px;
}
.home_about_cont p {
    font-weight: 300;
}
.home_about_cont a {
    margin-top: 45px;
}
.home_about .fusion-builder-row, .home_about .fusion-layout-column {
    position: unset !important;
}
.home_test .fusion-column-wrapper, .home_partner .fusion-column-wrapper {
    margin: 0px !important;
}
.home_test_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #E2E2E2;
    width: 94%;
    margin-left: auto;
}
.home_test_img {
    width: 35%;
}
.home_test_cont_sec {
    width: 55%;
    position: relative;
}
.home_test_cont {
    width: 65%;
    padding: 30px 0px;
}
.home_test_name {
    font-weight: 500 !important;
    margin-bottom: 10px;
}
.home_test_quote {
    margin: 70px 0px 50px;
}
.home_test_cont a {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-top: 40px;
}
.home_test_para {
    font-weight: 300;
    line-height: 25px;
}
.home_test_title, .home_partner_title {
    width: 94%;
    margin-left: auto;
    margin-bottom: 50px;
}
.home_test_cta {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-top: 50px;
    cursor: pointer;
}
.home_test_progress_wrap {
    width: 55%;
    height: 2px;
    background: #fff;
    overflow: hidden;
    position: absolute;
    left: -28%;
}
.home_test_progress {
  width: 0%;
  height: 2px;
  background: #F6BC25;
  transition: width 0s;
}
.home_test_next_name {
    margin: 0px !important;
    font-size: 16px !important;
}
.home_test, .home_partner {
    margin: 70px 0px !important;
}
.home_partner_sec {
    width: 94%;
    margin-left: auto;
}
.home_partner_col {
    border: 1px solid #707070;
    margin-right: 20px;
    margin-bottom: 10px;
}
.home_partner_col p {
    padding: 30px 30px 0px;
}
.home_partner_slider {
    position: unset !important;
}
.home_partner_slider .slick-arrow {
    position: absolute !important;
    top: 10px;
    border: none;
    background: #F6BC25;
    color: #fff;
    padding: 15px;
    font-size: 0px;
    cursor: pointer;
    z-index: 2;
}
.home_partner_slider .slick-arrow:after {
    content: "";
    border: solid #000;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    position: absolute;
    top: 50%;
    right: 40%;
    transform: translate(0%, -50%) rotate(-45deg);
}
.home_partner_slider .slick-next {
    right: 110px;
}
.home_partner_slider .slick-prev {
    right: 143px;
}
.home_partner_slider .slick-arrow.slick-prev:after {
    right: 30%;
    transform: translate(0%, -50%) rotate(135deg);
}
.home_contact {
    width: 89%;
    margin: 0 auto 80px;
}
.home_contact_sec {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background: linear-gradient(180deg,rgba(255, 255, 255, 1) 21%, rgba(0, 0, 0, 1) 20%);
    margin-top: 20px;
}
.home_contact_img {
    width: 40%;
    padding: 0px 25px;
}
.home_contact_cont {
    width: 60%;
    display: flex;
    align-items: end;
    margin-top: 50px;
}
.home_contact_cont h5 {
    color: #FDB93B !important;
    margin: 0px 0px 0px 20px;
    font-size: 50px !important;
    width: 70%;
}

/* Product List */
.prdt_list_bnr .fusion-column-wrapper {
    margin: 0px !important;
}
.prdt_list_bnr {
    padding: 0px !important;
}
.prdt_list_title {
    background: linear-gradient(0deg,rgba(255, 255, 255, 1) 10%, rgba(180, 186, 188, 1) 10%);
    text-align: center;
    padding: 11% 0px 1%;
}
.prdt_list_title h1 {
    width: 40%;
    margin: 0px auto;
}
.prdt_list_header {
    display: inline-flex;
    align-items: center;
    margin-bottom: 30px;
    padding-left: 10px;
}
.prdt_list_header a {
    color: #888888;
}
.prdt_list_header p {
    margin: 0px 7px 0px !important;
}
.prdt_list_wrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.prdt_list_col {
    width: 25%;
    padding: 0px 10px;
    margin: 25px 0px 10px;
}
.prdt_list_col img {
    width: 100%;
    background: #E2E2E2;
    padding: 7px 7px 0px;
}
.prdt_list_cont {
    background: #E2E2E2;
    padding: 30px;
}
.prdt_list_cont h2 {
    font-size: 20px !important;
    font-weight: 600 !important;
    line-height: 27px !important;
    margin-bottom: 15px;
}
.prdt_list_cont p {
    color: #000;
}
.prdt_list_btn {
    margin: 35px 0px 0px !important;
    font-size: 20px;
    position: relative;
}
.prdt_list_btn:after {
    content: '+';
    position: absolute;
    padding-left: 25px;
}
.prdt_list_sec {
    width: 93%;
    margin: 0 auto 100px;
}
.prdt_list_pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 300;
    margin-top: 50px;
}
.prdt_list_page_cur {
    border: 1px solid #707070;
    padding: 8px 15px;
    border-radius: 7px;
    margin-right: 15px;
}
.prdt_list_page_next {
    display: flex;
    align-items: center;
    column-gap: 15px;
    color: #000 !important;
}
.prdt_list_page_next span {
    position: relative;
    border: 1px solid #707070;
    padding: 20px 18px;
    border-radius: 7px;
}
.prdt_list_page_next span:after {
    content: "";
    border: solid #000;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 4px;
    position: absolute;
    top: 50%;
    right: 42%;
    transform: translate(0%, -50%) rotate(-45deg);
}
.prdt_list_search {
    width: 20%;
    margin: 60px auto 0px;
    position: relative;
    display: flex;
    border: 1px solid #707070 !important;
}
.prdt_list_search input {
    border: none !important;
    border-radius: 0px !important;
    padding: 0px 0px 0px 20px !important;
}
.prdt_list_search button {
    background: #ffffff;
    border: unset;
    outline: none;
    padding: 0px 15px;
    cursor: pointer;
}
.prdt_list_search button img {
    width: 23px;
}
.prdt_list_header_mbl {
    display: none;
}

/* About */
.about_banner {
    padding: 0px !important;
}
.about_banner .fusion-column-wrapper {
    margin: 0px !important;
}
.about_bnr_sec {
    width: 80%;
    margin: 0 auto;
    position: relative;
}
.about_bnr_sec .about_bnr_desk, .about_clients_col img {
    width: 100%;
}
.about_bnr_sec .about_bnr_mbl, .abt_leader_cont_tab, .about_bnr_tab {
    display: none;
}
.about_bnr_title {
    position: absolute;
    color: #fff;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
.about_bnr_title h1 {
    color: #fff !important;
    margin: 0px !important;
    font-size: 150px !important;
    font-weight: 800 !important;
    line-height: 135px !important;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 2px;
}
.about_bnr_title p {
    font-size: 25px !important;
    font-weight: 300;
    margin: 0px !important;
}
.about_desc_sec {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    padding: 50px 0px 150px;
    position: relative;
}
.about_desc_sec:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 0;
    width: 1px;
    background: #000;
    transition: height 0.6s ease-in-out;
}
.about_desc_sec.animate:after {
    height: 140px;
}

.about_desc_sec p {
    line-height: 33px;
}
.about_mission_sec {
    display: flex;
    background: linear-gradient(90deg,rgba(255, 255, 255, 1) 18%, rgba(246, 188, 37, 1) 18%);
    flex-wrap: wrap;
    align-items: end;
    margin-top: 10px;
}
.about_mission {
    padding: 0px !important;
}
.about_mission .fusion-column-wrapper, .about_clients .fusion-column-wrapper {
    margin: 0px !important;
}
.about_mission_img {
    width: 55%;
    text-align: center;
}
.about_mission_img img {
    margin-bottom: -21px;
}
.about_mission_cont {
    width: 25%;
    padding: 20px 0px 80px;
}
.about_mission_cont h3 {
    margin: 70px 0px 10px;
}
.about_mission_cont p {
    line-height: 33px;
}
.abt_leader {
    padding: 0px !important;
}
.abt_leader_slider_wrap {
    width: 89%;
    margin: 0px auto 70px;
}
.abt_leader_col {
    display: flex;
    align-items: start;
    justify-content: center;
}
.abt_leader_slider_sec {
    display: flex;
    width: 80%;
    margin: 0 auto;
}
.abt_leader_img {
    width: 28%;
}
.abt_leader_cont {
    background: #F6BC25;
    padding: 50px 80px;
    width: 70%;
}
.abt_leader_slider_wrap h2 {
    margin: 0px 0px 50px !important;
}
.abt_leader_cont h5 {
    font-weight: 700 !important;
    margin: 0px !important;
}
.abt_leader_cont h6 {
    margin-top: 10px;
    font-size: 17px !important;
    font-weight: 300 !important;
}
.abt_leader_cont p {
    line-height: 27px;
    font-weight: 300;
    padding: 0px 60px 10px;
}
.about_what {
    padding: 0px !important;
    margin: 70px 0px 40px !important;
}
.about_what_sec {
    background: url(/wp-content/uploads/2025/06/about_what_we_bnr.jpg) no-repeat;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about_what_do {
    width: 30%;
}
.about_what_ext_sec {
    width: 60%;
    margin: 50px 0px;
}
.about_what_ext_wrap {
    width: 70%;
    margin: 0 auto;
}
.about_what_ext_row {
    display: flex;
    flex-wrap: wrap;
}
.about_what_ext_col {
    width: 50%;
    background: #fff;
    padding: 40px 50px 30px;
}
.about_what_ext_col h4 {
    margin: 0px 0px 20px;
    font-weight: 600 !important;
    font-size: 23px !important;
}
.about_what_ext_empty {
    background: unset;
}
.about_what_ext_desi {
    position: relative;
    background: transparent;
    margin: -1px -1px 0px 0px;
}
.about_what_ext_desi:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f3b400;
    clip-path: polygon(0 0%, 100% 0, 100% 100%);
    z-index: 0;
}
.about_what_wrap {
    background: #fff;
    padding: 50px 70px 60px;
}
.about_what_wrap h4 {
    font-weight: 500 !important;
}
.about_clients, .about_why {
    padding: 0px !important;
}
.about_why_sec {
    width: 89%;
    margin: 0px auto 60px;
}
.about_clients_sec {
    width: 85%;
    margin: 0px auto 60px;
}
.about_clients_col {
    margin-right: 15px;
}
.about_clients_sec h2 {
    margin-bottom: 40px;
}
.about_why_wrap {
    background: #E2E2E2;
    margin-right: 20px;
    padding: 40px 30px 20px;
}
.about_why_wrap_img {
    position: relative;
    display: inline-block;
    z-index: 0;
}
.about_why_wrap_img img {
    margin: 0 auto;
    padding: 0px 30px;
    display: block;
}
.about_why_wrap_img::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #F6BC25;
    height: 0;
    width: 0;
    border-radius: 50%;
    z-index: -1;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}
.about_why_wrap:hover .about_why_wrap_img::after {
    height: 120px;
    width: 120px;
    opacity: 1;
}
.about_why_wrap_cont {
    transition: transform 0.4s ease-in-out;
}
.about_why_wrap:hover .about_why_wrap_cont {
    transform: translateY(20px);
}
.about_why_wrap:hover .about_why_wrap_cont {
    transform: translateY(20px);
}
.about_why_wrap h6 {
    font-weight: 600 !important;
    margin-bottom: 20px;
}
.about_why_para {
    margin-bottom: 50px !important;
    width: 30%;
}
.about_clients_slider .slick-dots, .about_why_slider .slick-dots {
    padding: 0px 30px 0px 0px !important;
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 10px;
}
.about_why_slider ul.slick-dots {
    padding: 0px !important;
}
.about_clients_slider .slick-dots li button, .about_why_slider .slick-dots li button {
    font-size: 0px;
    padding: 6px;
    border-radius: 50%;
    border: 1px solid #707070;
    background: #fff;
}
.about_clients_slider .slick-dots li.slick-active button, .about_why_slider .slick-dots li.slick-active button {
    background: #707070;
}

/* Careers */
.careers_bnr, .careers_stren, .careers_life, .careers_posi {
    padding: 0px !important;
}
.careers_bnr_mbl, .careers_bnr_tab {
    display: none;
}
.careers_bnr_sec {
    width: 80%;
    margin: 0 auto;
    position: relative;
}
.careers_bnr_sec img {
    width: 100%;
}
.careers_bnr_title {
    position: absolute;
    color: #fff;
    bottom: 32%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 70%;
}
.careers_bnr_title h1 {
    color: #fff !important;
    margin: 0px !important;
    font-size: 80px !important;
    font-weight: 800 !important;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 2px;
}
.careers_bnr_title p {
    font-size: 23px !important;
    font-weight: 300;
    width: 60%;
    margin: 20px auto 0px !important;
    line-height: 30px;
}
.careers_stren_sec {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 80%;
    margin: 60px auto;
    position: relative;
}
.careers_stren_tit, .careers_stren_cont {
    width: 50%;
}
.careers_stren_tit h2 {
    font-size: 47px !important;
    width: 75%;
}
.careers_life_sec {
    width: 70%;
    margin: 70px auto 80px;
}
.careers_life_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    background: #904128;
    color: #fff;
}
.careers_life_tit {
    width: 45%;
}
.careers_life_cont {
    width: 45%;
}
.careers_life_sec h2 {
    color: #fff !important;
    margin-bottom: 40px;
}
.careers_life_cont p {
    font-weight: 300;
}
.careers_life_cont p:last-child {
    margin-bottom: 0px;
}
.careers_posi_wrap {
    width: 89%;
    margin: 0 auto 50px;
}
.careers_posi_wrap h4 {
    text-align: center;
    margin: 40px 0px 50px;
    font-size: 30px !important;
}
.careers_posi_sec {
    background: #E2E2E2;
    padding: 1px 70px 30px;
    margin-bottom: 25px;
}
.careers_posi_sec h3 {
    font-weight: 700 !important;
}
.careers_posi_deta_row {
    display: flex;
    justify-content: space-between;
}
.careers_posi_deta_row p {
    margin-right: 70px !important;
}
.careers_posi_deta {
    display: flex;
}

/* Contact */
.contact_sec, .contact_form_sec {
    width: 80%;
    margin: 0 auto;
}
.contact_row {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    background: #F6BC25;
}
.contact_cont, .contact_img {
    width: 50%;
}
.contact_img_mbl, .contact_img_tab {
    display: none;
}
.contact_cont_mail {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-bottom: 30px;
}
.contact_cont_wrap {
    width: 75%;
    padding: 100px 100px 80px;
}
.contact_cont_addr {
    font-size: 20px;
    margin-bottom: 60px !important;
}
.contact_cont_mail a {
    margin: 10px 0px !important;
    font-size: 18px !important;
}
.contact_cont_mail img {
    transform: scale(.7);
}
.contact_banner .fusion-layout-column {
    margin-bottom: 0px !important;
}
.contact_form_row {
    background: #EBEBEB;
    display: flex;
    flex-wrap: wrap;
    padding: 70px 60px 50px;
}
.contact_form_tit {
    width: 40%;
}
.contact_form_wrap {
    width: 60%;
}
.contact_form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90%;
}
.contact_form input, .contact_form textarea {
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid !important;
    border-radius: unset !important;
    padding: 0px !important;
}
.contact_form textarea {
    height: 50px !important;
    overflow: hidden;
    resize: none;
    padding: 15px 0px !important;
}
.contact_form p {
    width: 45%;
    margin-bottom: 35px !important;
}
.contact_form_tit h1 {
    margin: 0px;
}
.contact_form_section {
    margin-bottom: 90px !important;
}

/* Career Details */
.single-career #main {
    padding: 0px !important;
}
.single-career #main .fusion-row {
    max-width: 100% !important;
    margin-bottom: 120px;
}
.single-career .home_contact, .career_deta_obj_btn_mbl {
    display: none;
}
.career_deta_page {
    width: 100%;
}
.career_deta_bnr {
    background: #E2E2E2;
    text-align: center;
    padding: 180px 100px 50px;
}
.career_deta_bnr h1 {
    font-size: 35px !important;
}
.career_deta_sec {
    width: 80%;
    margin: 60px auto 0px;
}
.career_deta_obj_row {
    display: flex;
    justify-content: space-between;
    align-items: end;
    flex-wrap: wrap;
}
.career_deta_obj h2 {
    font-weight: 700;
    font-size: 42px;
}
.career_deta_obj {
    width: 83%;
    border-bottom: 1px solid #707070;
}
.career_deta_obj_btn {
    width: 15%;
    text-align: end;
}
.career_deta_obj p {
    margin-bottom: 20px !important;
    font-size: 18px;
}
.career_deta_job {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
}
.career_deta_desc {
    width: 60%;
    padding-right: 50px;
}
.career_deta_similar {
    width: 40%;
    padding-left: 20px;
}
.career_deta_desc h5, .career_deta_similar h5 {
    font-weight: 700;
    margin-bottom: 0px;
}
.career_deta_desc p {
    font-size: 20px;
}
.career_deta_desc h6 {
    margin-bottom: 0px;
    font-weight: 600;
    font-size: 20px;
}
.career_deta_desc ul {
    padding-left: 20px;
}
.career_deta_desc ul li {
    font-size: 18px;
    margin-bottom: 10px;
}
.career_deta_similar_row {
    background: #E2E2E2;
    margin-bottom: 35px;
    padding: 30px 35px 40px;
}
.career_deta_similar_row h4 {
    margin: 0px 0px 5px;
    font-weight: 700;
}
.career_deta_similar h5 {
    margin-bottom: 35px;
}
.career_deta_simi_desc {
    display: flex;
}
.career_deta_similar_btn {
    margin-top: 25px;
}
.career_deta_simi_desc p {
    width: 33.33%;
}

/* Modal */
.modal_sec {
    display: none;
    position: fixed;
    top: 0; 
    left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99999;
    overflow: auto;
}
.modal_wrapper {
    background: white;
    width: 30%;
    margin: 100px auto;
    position: relative;
}
.modal-close {
    cursor: pointer;
}
.modal_header {
    background: url(/wp-content/uploads/2025/06/prdt_list_enq_bg.png);
    background-color: #F6BC25;
    background-repeat: no-repeat;
    background-size: cover;
}
.modal-close {
    border: unset;
    background: #904128;
    color: #fff;
    font-size: 15px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: acumin-pro-wide, Arial, Helvetica, sans-serif;
    font-weight: 200;
    line-height: 1;
    float: right;
    margin: 10px 10px 0px 0px;
}
.modal_header h2 {
    padding: 65px 50px 80px;
    text-align: center;
    font-weight: 600;
    font-size: 30px !important;
}
.product_enq_form {
    width: 65%;
    margin: -50px auto 0px;
}
.product_enq_form input, .product_enq_form select {
    border-color: #707070 !important;
    margin-bottom: 10px !important;
}
.product_enq_form textarea {
    border-color: #707070 !important;
    resize: unset;
}
.product_enq_form input::placeholder, .product_enq_form select, .product_enq_form option, .product_enq_form textarea::placeholder {
    font-weight: 300 !important;
}
.product_enq_form .product_enq_form_btn, .contact_form .contact_form_btn {
    background: #E15D29 !important;
    color: #fff !important;
    padding: 15px 30px !important;
    display: inline-block !important;
    border: 1px solid #E15D29 !important;
    border-radius: 0px !important;
    margin-top: 20px !important;
    font-weight: 300 !important;
}
.product_enq_form .product_enq_form_btn:hover, .contact_form .contact_form_btn:hover {
    color: #E15D29 !important;
    background: transparent !important;
}
.enquire_title, .careers_title {
    display: none;
}
.modal_content {
    padding-bottom: 50px;
}
.modal_content .fusion-alert {
    width: 65%;
    margin: 50px auto 10px !important;
}
.careers_resume_label {
    display: grid;
    row-gap: 10px;
    font-weight: 300 !important;
    margin-top: 25px
}




/* Responsive */
@media (max-width: 370px) {
    .home_bnr_slider_sec .home_bnr_slider_3 h1 {
        font-size: 30px !important;
    }
}
@media (max-width: 576px) {
    .home_bnr_slider_1 h1, .home_bnr_slider_2_cont h1, .home_bnr_slider_3 h1 {
        line-height: 40px !important;
    }
    .home_bnr_slider_1 p, .home_bnr_slider_2 p, .home_bnr_slider_3 p {
        font-size: 18px;
        width: 80%;
    }
    .home_slider_1_mbl, .home_slider_2_mbl, .home_slider_3_mbl, .careers_bnr_mbl {
        display: block !important;
    }
    .about_bnr_sec .about_bnr_mbl {
        display: block;
        width: 100%;
    }
    .contact_img {
        display: none;
    }
    .contact_img_mbl {
        display: block;
    }
    .custom_footer_cpyrig_sec {
        display: block;
        text-align: center; 
        margin: 30px auto 0px;
    }
}
@media (min-width: 577px) and (max-width: 767px) {
    .home_bnr_slider_sec .home_bnr_slider_1 h1, .home_bnr_slider_sec .home_bnr_slider_2_cont h1,
    .home_bnr_slider_sec .home_bnr_slider_3 h1 {
        font-size: 45px !important;
        line-height: 45px !important;
    }
    .home_bnr_slider_1 p, .home_bnr_slider_2 p, .home_bnr_slider_3 p {
        font-size: 18px;
        width: 80%;
    }
    .home_slider_1_tab_port, .home_slider_2_tab_port, .home_slider_3_tab_port, .about_bnr_sec .about_bnr_tab,
    .careers_bnr_tab, .contact_img_tab {
        display: block !important;
    }
    .contact_img, .contact_img_mbl {
        display: none;
    }
    .custom_footer_cpyrig_sec {
        font-size: 14px;
    }
}
@media (max-width: 800px) {
    img.fusion-mobile-logo {
        height: 48px;
    }
}
@media (max-width: 767px) {
    /* Haeder */
    .fusion-main-menu ul {
        width: 70%;
    }
    .fusion-header-v6 .fusion-row:hover, .fusion-flyout-active.fusion-header-v6 .fusion-row,
    .fusion-flyout-active.fusion-header-v6 .fusion-header {
        max-width: 100% !important;
    }
    .fusion-header {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .fusion-flex-container .fusion-row .fusion-flex-column .fusion-column-wrapper {
        margin: 0px;
    }
    .fusion-header-v6 .fusion-header .fusion-row {
        max-width: 100% !important; 
        padding: 0px 20px 0px 15px !important;
    }
    .post-content h1 {
        font-size: 35px !important;
    }
    .post-content h2 {
        font-size: 30px !important;
        width: 100%;
    }
    /* Modal */
    .modal_wrapper {
        width: 85%;
    }
    #product_list_enq .modal_header h2, #product_list_enq_home .modal_header h2 {
        padding: 65px 30px 80px;
        font-size: 25px !important;
    }
    #product_list_enq .modal_header, #product_list_enq_home .modal_header {
        background-position: 60%;
    }
    .product_enq_form {
        width: 75%;
    }
    /* Footer */
    .custom_footer_sec {
        padding: 25px 0px;
    }
    .custom_footer_wrap {
        flex-wrap: wrap;
        padding-bottom: 10px;
    }
    .custom_footer_menus .menu li {
        margin: 0px 10px;
    }
    .custom_footer_menus {
        order: 1;
        border-top: 2px solid #707070;
        padding-top: 10px;
        width: 100%;
        margin-top: 30px;
    }
    .custom_footer_call {
        width: 50%;
    }
    .custom_footer_scoial {
        width: 50%;
        padding-right: 25px;
    }
    .custom_footer_menus .menu {
        justify-content: center; 
    }
    .custom_footer_soc_icon img {
        margin: 0px 0px 10px;
    }
    .home_contact_sec {
        background: unset;
        margin-top: 0px;
    }
    /* Home */
    .read_more_btn {
        padding: 15px 25px;
    }
    .home_bnr_slider_1, .home_bnr_slider_2, .home_bnr_slider_3 {
        top: 140px;
        left: 30px;
        transform: unset;
        width: 85%;
    }
    .home_bnr_slider_arrow {
        bottom: 5%;
    }
    .home_prdt_cont p {
        width: 100%;
    }
    .home_bnr_slider_2_cont p {
        font-size: 18px;
        margin-bottom: 5px !important;
    }
    .home_prdt_sec {
        padding: 30px 0px 0;
    }
    .home_prdt_list {
        margin-right: 20px;
    }
    .home_prdt_cont {
        padding: 0px 30px 0px 0px;
    }
    .home_prdt_slider .slick-arrow {
        bottom: 0px; 
        margin: 0px 2px;
    }
    .home_prdt_slider .slick-next {
        left: 50%;
        right: unset;
    }
    .home_prdt_slider .slick-prev {
        right: 50%;
    }
    .home_prdt_slider {
        padding-bottom: 70px;
    }
    .home_partner_slider {
        padding-bottom: 30px;
    }
    .home_slider_1_desk, .home_slider_2_desk, .home_slider_3_desk {
        display: none !important;
    }
    .home_about_cont a {
        margin-top: 25px;
    }
    .home_about {
        background-color: #FFC15D !important;
    }
    .home_about_sec {
        background: unset;
        flex-direction: column-reverse;
        padding: 40px 0px;
    }
    .home_about_cont {
        width: 100%;
        margin-left: 0px;
        margin-bottom: 45%;
    }
    .home_about_img {
        width: 100%;
        position: absolute;
        bottom: 20px;
        z-index: -1;
    }
    .home_test_cont {
        width: 100%;
        padding: 0px 30px 20px;
        color: #fff !important;
    }
    .home_test_cont_sec {
        width: 100%;
        background-color: #B4BABC;
    }
    .home_partner_sec {
        width: 100%;
    }
    .home_test_img {
        width: 90%;
    }
    .home_test_para {
        line-height: 25px;
        font-weight: 200;
    }
    .home_test_cont a {
        color: #fff !important;
        gap: 35px;
    }
    .home_test_quote {
        filter: invert(1);
        margin: 35px 0px 30px;
        width: 60px;
    }
    .home_test_cta {
        display: none;
    }
    .home_test_arrow {
        filter: invert(1);
    }
    .home_test {
        padding: 0px !important;
        margin: 35px 0px 30px !important;
    }
    .home_test_wrap {
        background: unset;
        width: 100%;
        padding-left: 30px;
    }
    .home_test_title, .home_partner_title {
        width: 100%;
        margin-bottom: 35px;
        padding-left: 30px; 
    }
    .home_test_name {
        color: #fff !important;
        font-size: 25px !important;
    }
    .home_test_progress_wrap {
        position: unset;
        width: 100%;
    }
    .home_partner {
        padding: 0px !important;
        margin: 30px 0px 45px !important;
    }
    .home_partner_sec {
        padding: 0px 0px 30px 30px;
        width: 100%;
    }
    .home_partner_slider .slick-prev {
        right: 50%;
        bottom: 0px;
        top: unset;
        margin-right: 1px;
    }
    .home_partner_slider .slick-next {
        left: 50%;
        right: unset;
        bottom: 0px;
        top: unset;        
        margin-left: 1px;
    }
    .home_contact_cont h5 {
        margin: 0px 0px 50px;
        font-size: 35px !important;
        width: 100%;
    }
    /* Product list */
    .prdt_list_title {
        padding: 150px 30px 15px;
        background: linear-gradient(0deg, rgba(255, 255, 255, 1) 8%, rgba(180, 186, 188, 1) 8%);
    }
    .prdt_list_title h1 {
        text-align: left;
        width: 100%;
    }
    .prdt_list_header_mbl {
        display: flex;
        color: #fff;
    }
    .prdt_list_header_mbl a {
        margin-right: 7px;
        color: #fff;
        margin-bottom: 60px;
    }
    .prdt_list_header {
        display: none;
    }
    .prdt_list_search {
        width: 100%;
        margin: 75px auto 0px;
    }
    .prdt_list_col {
        width: 100%;
        padding: 4px;
    }
    .prdt_list_sec {
        width: 100%; 
    }
    .prdt_list_cont {
        padding: 25px;
    }
    .prdt_list_col .prdt_list_cont h2 {
        font-size: 20px !important;
    }
    .prdt_list_btn {
        margin: 0px !important;
        font-size: 18px;
    }
    /* About */
    .about_bnr_title {
        width: 80%;
        bottom: 7%;
    }
    .about_bnr_sec .about_bnr_title h1 {
        font-size: 20vw !important;
        line-height: 85% !important;
    }
    .about_bnr_title p {
        font-size: 21px !important;
        width: 70%;
        margin: 0px auto !important;
        line-height: 25px;
    }
    .about_mission_img img {
        width: 95%;
    }
    .about_mission_cont {
        width: 100%;
        padding: 40px 30px;
    }
    .about_bnr_sec .about_bnr_desk {
        display: none;
    }
    .about_mission_cont h3 {
        margin: 40px 0px 10px;
    }
    .about_desc_sec {
        width: 100%;
        padding: 30px 0px;
    }
    .about_mission_sec {
        display: block;
        background: linear-gradient(180deg,rgba(255, 255, 255, 1) 10%, rgba(255, 193, 93, 1) 10%);
    }
    .abt_leader_slider_wrap {
        width: 100%; 
        margin: 0px auto 40px;
    }
    .abt_leader_slider_sec {
        width: 100%; 
        position: relative;
    }
    .abt_leader_img {
        width: 100%;
        padding: 0px 30px;
        margin-bottom: -50px;
    }
    .abt_leader_cont h5 {
        margin: 30px 0px 0px !important;
    }
    .abt_leader_slider_wrap h2 {
        padding: 0px 30px;
        margin: 0px 0px 40px !important;
    }
    .abt_leader_cont p, .about_clients  {
        padding: 0px !important;
    }
    .about_what {
        margin: 0px 0px 40px !important;
    }
    .about_what_sec {
        display: block;
        background: unset;
    }
    .about_what_do, .about_what_ext_sec {
        width: 100%;
    }
    .about_what_ext_sec {
        width: 100%;
        margin: 0px;
        padding: 180px 0px 50px;
        background: url(/wp-content/uploads/2025/06/about_what_we_bnr_mbl.jpg) no-repeat;
        background-position: top;
    }
    .about_what_ext_col {
        width: 100%; 
        padding: 30px 30px 20px;
    }
    .about_what_ext_empty {
        background: unset;
        padding: 0px;
    }
    .about_what_ext_wrap {
        width: 85%;
        margin-left: auto !important;
        margin: unset;
    }
    .about_what_wrap {
        padding: 0px 30px 25px;
    }
    .about_what_wrap h4 {
        margin-bottom: 20px;
    }
    .about_what_ext_desi {
        margin: -1px -1px -1px 0px;
        padding: 60px 30px 20px !important;
    }
    .about_what_ext_desi:after {
        clip-path: polygon(0 0, 100% 0%, 100% 100%, 35% 100%);
    }
    .about_what_ext_row:last-child {
        flex-direction: column-reverse;
    }
    .about_what_ext_row:last-child .about_what_ext_empty {
        margin: -1px -1px -1px 0px;
        padding: 60px 30px 20px !important;    
        position: relative;
        background: transparent;
    }
    .about_what_ext_row:last-child .about_what_ext_empty:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #f3b400;
        clip-path: polygon(0 0, 100% 0%, 100% 100%, 35% 100%);
        z-index: 0;
    }
    .about_clients_sec {
        width: 100%;
        padding-left: 30px;
        margin: 0px auto 40px;
    }
    .about_why_sec {
        width: 100%;
        padding: 0px 30px;
        margin: 0px auto 30px;
    }
    .about_why_wrap {
        margin-right: 0px;
        margin-bottom: 15px;
    }
    .about_why_para {
        width: 100%;
        margin-bottom: 30px !important;
    }
    .about_why_wrap_img img {
        margin: 0 auto;
        padding: 0px 20px;
    }
    /* Contact */
    .contact_sec, .contact_form_sec {
        width: 100%;
    }
    .contact_cont_wrap {
        width: 100%;
        padding: 40px 30px 20px;
    }
    .contact_cont_mail a {
        font-size: 16px !important;
    }
    .contact_cont_addr {
        font-size: 18px;
        margin-bottom: 40px !important;
    }
    .contact_form_row {
        padding: 45px 30px 35px;
    }
    .contact_img_mbl, .contact_img_mbl img, .contact_form_tit, .contact_form_wrap  {
        width: 100%;
    }
    .contact_cont {
        width: 100%;
        background: #F6BC25;
    }
    .contact_form_tit h1 {
        margin: 0px 0px 20px;
    }
    .contact_form p {
        width: 100%;
        margin-right: 0px !important;
        margin-bottom: 20px !important;
    }
    .contact_form .contact_form_btn {
        margin-top: 30px !important;
    }
    .contact_form_section {
        margin-bottom: 30px !important;
    }
    /* Career */
    .careers_bnr_desk, .career_deta_obj_btn {
        display: none;
    }
    .careers_posi_deta_row, .careers_posi_deta, .career_deta_simi_desc {
        display: block;
    }
    .careers_bnr_sec, .career_deta_obj {
        width: 100%;
    }
    .careers_bnr_title {
        bottom: 10%;
        width: 80%;
    }
    .careers_bnr_title h1 {
        font-size: 70px !important;
        line-height: 75px !important;
    }
    .careers_bnr_title p {
        width: 90%;
        font-size: 21px !important;
        line-height: 25px;
    }
    .careers_stren_sec {
        width: 100%;
        padding: 0px 30px;
        margin: 15px auto 0px;
    }
    .careers_stren_tit, .careers_stren_cont, .careers_life_tit, .careers_life_cont, .career_deta_simi_desc p {
        width: 100%;
    }
    .careers_posi_wrap {
        width: 100%;
        margin: 0 auto 10px;
    }
    .careers_life_cont {
        margin-top: 35px;
    }
    .careers_life_sec {
        width: 100%;
        margin: 30px auto 45px;
        padding: 0px 30px;
    }
    .careers_posi_wrap h4 {
        margin: 20px 0px 40px;
    }
    .careers_posi_sec {
        padding: 3px 30px 40px;
    }
    .careers_li_apy_btn {
        margin-top: 30px;
    }
    .careers_posi_deta_row p {
        margin-right: 0px !important;
        margin-bottom: 15px !important;
    }
    .careers_posi_sec h3 {
        font-size: 25px !important;
        margin-bottom: 20px;
    }
    .career_deta_bnr {
        padding: 160px 40px 20px;
    }
    .career_deta_sec {
        width: 100%;
        padding: 0px 30px;
        margin: 60px auto 0px;
    }
    .career_deta_obj h2 {
        font-size: 32px;
    }
    .career_deta_desc {
        width: 100%;
        padding-right: 0px;
    }
    .career_deta_similar {
        width: 100%;
        padding-left: 0px;
    }
    .career_deta_obj_btn_mbl {
        display: block;
        margin: 50px 0px 25px;
    }
    .career_deta_job {
        margin-top: 0px;
    }
    .career_deta_desc p {
        font-size: 18px;
    }
    .career_deta_desc h5, .career_deta_similar h5 {
        font-size: 27px;
    }
    .career_deta_similar_row {
        margin-bottom: 25px;
    }
    .single-career #main .fusion-row {
        margin-bottom: 60px;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    /* Haeder */
    .fusion-main-menu ul {
        width: 50%;
    }
    .fusion-header-v6 .fusion-header .fusion-row {
        max-width: 80% !important; 
        padding-right: 30px !important;
        padding-left: 20px !important;
    }
    /* Modal */
    .modal_wrapper {
        width: 65%;
    }
    #product_list_enq .modal_header h2, #product_list_enq_home .modal_header h2 {
        padding: 65px 40px 80px;
        font-size: 25px !important;
    }
    #product_list_enq .modal_header, #product_list_enq_home .modal_header {
        background-position: 60%;
    }
    .product_enq_form {
        width: 75%;
    }
    /* Footer */
    .custom_footer_menus .menu li {
        margin: 10px 0px;
    }
    .custom_footer_wrap {
        padding-bottom: 5px;
    }
     /* Home */
    .home_bnr_slider_1 h1, .home_bnr_slider_2_cont h1, .home_bnr_slider_3 h1 {
        font-size: 50px !important;
        line-height: 50px !important;
    }
    .home_bnr_slider_1 p, .home_bnr_slider_2 p, .home_bnr_slider_3 p {
        font-size: 20px;
    }
    .home_bnr_slider_1, .home_bnr_slider_2, .home_bnr_slider_3 {
        top: 47%;
        left: 70px;
    }
    .home_bnr_slider_arrow {
        bottom: 10%;
        right: unset;
        left: 90px;
    }
    .home_prdt_list {
        margin-right: 30px;
        margin-top: 50px;
    }
    .home_test {
        padding: 0px !important;
        margin: 50px 0px !important;
    }
    .home_partner {
        padding: 0px !important;
        margin: 50px 0px 10px !important;
    }
    .home_test_cont_wrap {
        position: absolute;
        top: 20%;
        left: 50%;
        padding: 0px 40px;
    }
    .home_test_progress_wrap {
        width: 60%;
        position: absolute;
        left: 0;
        bottom: 53px;
    }
    .home_test_quote {
        width: 10%;
    }
    .home_test_wrap_tab {
        display: flex;
        align-items: end;
    }
    .home_contact_cont h5 {
        margin: 0px 0px 40px 0px;
        font-size: 45px !important;
        width: 80%;
    }
    .home_partner_slider .slick-next {
        right: 7.5%;
    }
    .home_partner_slider .slick-prev {
        right: 11.5%;
    }
    .home_contact_sec {
        background: #000;
        flex-direction: column-reverse;
    }
    .home_contact_cont .read_more_btn {
        display: none;
    }
    .home_contact_tab {
        display: block;
        width: 30%;
        text-align: center;
    }
    .home_contact_img {
        display: flex;
        align-items: center;
    }
    .home_contact_img img {
        width: 70%;
    }
    .home_contact_cont {
        padding: 55px 50px 10px !important;
    }
    .custom_footer_menus .menu {
        display: block;
    }
    /* Product list */
    .prdt_list_title {
        padding: 20% 0px 1%;
    }
    .prdt_list_title h1 {
        width: 70%;
        margin: 0 auto;
    }
    .prdt_list_search {
        width: 40%;
        margin: 60px auto 10px;
    }
    .prdt_list_wrap {
        margin-top: 0px;
    }
    .prdt_list_col {
        width: 50%;    
        margin: 25px 0px 20px;
    }
    .prdt_list_sec {
        width: 100%;
        margin: 0 auto 20px;
    }
    /* About */
    .about_bnr_title {
        width: 70%;
        bottom: 30px;
    }
    .about_bnr_title h1 {
        font-size: 100px !important;
        line-height: 100px !important;
    }
    .about_mission_img img {
        width: 50%;
    }
    .about_mission_cont {
        width: 60%;
        margin: 0 auto;
        padding: 10px 0px 50px;
    }
    .about_desc_sec {
        width: 80%;
        padding: 30px 0px 40px;
    }
    .abt_leader {
        margin-bottom: 40px !important;
    }
    .abt_leader_cont h5, .abt_leader_cont h6 {
        display: none;
    }
    .abt_leader_img {
        display: flex;
        align-items: end;
        width: 100%;
    }
    .abt_leader_img img {
        width: 50%;
    }
    .abt_leader_cont p {
        padding: 0px 25px 10px 60px;
    }
    .about_what_ext_col {
        width: 100%;
        padding: 30px 30px 20px; 
        position: relative;
        z-index: 1;
    }
    .about_what_ext_desi {
        position: absolute;
        left: -23%;
        width: auto;
        height: 100%;
        top: 1px;
        z-index: 0;
        padding: 45px;
    }
    .about_what_do {
        width: 60%;
    }
    .about_what_ext_sec {
        width: 100%;
    }
    .about_why_para {
        width: 45%;
        margin-bottom: 35px !important;
    }
    /* Contact */
    .contact_cont_wrap {
        width: 90%;
        margin: 0px auto;
        padding: 70px 70px 50px;
    }
    .contact_form_row {
        padding: 50px 30px 30px;
    }
    .contact_form p {
        width: 45%;
    }
    /* Career */
    .careers_bnr_title {
        bottom: 10%;
        width: 90%;
    }
    .careers_bnr_title h1 {
        font-size: 55px !important;
    }
    .careers_bnr_title p {
        font-size: 21px !important;
        width: 80%;
        margin: 10px auto 0px !important;
    }
    .careers_stren_cont {
        width: 75%;
        margin-top: 20px;
    }
    .careers_stren_tit h2 {
        width: 70%;
    }
    .career_deta_sec {
        width: 100%;
        padding: 0px 50px;
    }
    .career_deta_obj h2 {
        font-size: 37px;
    }
    .career_deta_desc {
        width: 100%;
        padding-right: 0px;
    }
    .career_deta_similar {
        width: 100%;
        padding-left: 0px;
    }
    .career_deta_desc h5, .career_deta_similar h5 {
        font-size: 28px;
    }
    .career_deta_job {
        margin-top: 0px;
    }
    .career_deta_obj_btn {
        display: none;
    }
    .career_deta_obj_btn_mbl {
        display: block;
        margin: 50px 0px 25px;
    }
    .career_deta_obj {
        width: 100%;
    }
    .single-career #main .fusion-row {
        margin-bottom: 60px;
    }
}
@media (min-width: 768px) and (max-width: 1200px) {
    /* Haeder */
    .fusion-main-menu ul {
        width: 50%;
    }
    /* Footer */
    .custom_footer_sec {
        padding: 35px 0px 10px;
    }
    .custom_footer_cpyrig_sec {
        margin: 5px auto 0px;
    }
    /* Home */
    .home_slider_1_tab, .home_slider_2_tab, .home_slider_3_tab {
        display: block !important;
    }
    .home_slider_1_desk, .home_slider_2_desk, .home_slider_3_desk {
        display: none !important;
    }
    .home_prdt_slider .slick-prev {
        right: 63px;
    }
    .home_prdt_slider .slick-next {
        right: 30px;
    }
    .home_prdt_cont {
        text-align: center;
        padding-bottom: 35px;
        padding-right: 30px;
    }
    .home_prdt_cont p {
        width: 80%;       
        margin: 0 auto !important;
    }
    .home_prdt_slider .slick-arrow {
        bottom: unset;
        top: 0px;
    }
    .home_prdt_slider {
        margin: 20px 0px 0px;
    }
    .home_about {
        padding: 0px !important;
        margin-top: 20px !important;
    }
    .home_about_sec {
        background: linear-gradient(90deg,rgba(255, 255, 255, 1) 0%, rgba(246, 188, 37, 1) 0%);
        padding: 50px 0px 90px 30px;
        flex-direction: row-reverse;
        position: relative;
        justify-content: left;
    }
    .home_about_cont a {
        margin-top: 30px;
    }
    .home_about_cont {
        width: 45%;
        margin-left: 0px;
    }
    .home_about_img {
        display: block;
        text-align: end;
        width: 60%;
        position: absolute;
        bottom: 0px;
        right: -10%;
    }
    .home_test_wrap {
        display: block;
        width: 85%;
        margin: 0px auto;
        background: linear-gradient(180deg, rgba(255, 255, 255, 1) 20%, rgba(226, 226, 226, 1) 20%);
        position: relative;
    }
    .home_test_cont_sec {
        width: 100%;
        position: unset;
    }
    .home_test_cont {
        width: 100%;
        padding: 10px 50px 40px;
    }
    .home_test_img {
        width: 50%;
    }
    .home_test_quote {
        margin: 30px 0px;
    }
    .home_test_title, .home_partner_title {
        width: 85%;
        margin: 0px auto 50px;
    }
    .home_test_title {
        text-align: center;
    }
    .home_test_cta {
        gap: 25px;
        justify-content: end;
    }
    .home_partner_sec {
        width: 92.5%;
        margin-left: auto;
    }
    /* About */
    .about_mission_sec {
        display: block;
        background: linear-gradient(180deg, rgba(255, 255, 255, 1) 25%, rgba(246, 188, 37, 1) 25%);
    }
    .abt_leader_cont_tab {
        display: block;
        padding: 50px 0px;
        width: 100%;
        background: #f6bc25;
    }
    .abt_leader_slider_sec {
        width: 100%;
    }
    .abt_leader_slider_wrap h2, .about_clients_sec h2 {
        margin: 0px 0px 30px !important;
    }
    .abt_leader_cont_tab h5 {
        font-weight: 700 !important;
        width: 70%;
        margin: 0px auto 15px;
    }
    .abt_leader_cont_tab h6 {
        font-size: 17px !important;
        width: 70%;
        margin: 0 auto;
    }
    .about_what_sec {
        display: block;
        background-position-x: 20%;
    }
    .about_what_ext_wrap {
        width: 85%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        row-gap: 30px;
    }
    .about_what_ext_row {
        width: 45%;
        flex-wrap: nowrap;
        position: relative;
    }
    .about_what_ext_empty {
        display: none;
    }
    .about_what_ext_desi:after {
        clip-path: polygon(0 0, 100% 25%, 100% 100%, 0% 100%);
    }
    .about_mission .fusion-layout-column {
        margin-bottom: 0px !important;
    }
    .about_what {
        margin: 0px 0px 40px !important;
    }
    .about_what_wrap {
        padding: 20px 50px 30px;
    }
    .abt_leader_slider_wrap {
        margin: 0px auto 0px;
    }
    .about_why_sec {
        width: 94.5%;
        margin: 0px auto 0px;
        margin-right: 0px;
    }
    .about_why_wrap {
        margin: 0px 40px 20px 0px;
    }
    .about_clients_sec {
        width: 92.5%;
        margin: 0px auto 30px;
        margin-right: 0px;
    }
    /* Contact */
    .contact_img, .contact_img_mbl {
        display: none;
    }
    .contact_img_tab {
        display: block;
    }
    .contact_img_tab img {
        width: 100%;
    }
    .contact_sec {
        width: 100%;
    }
    .contact_cont {
        width: 80%;
        margin: -80px auto 0px;
        background: #F6BC25;
    }
    .contact_form_tit, .contact_form_wrap {
        width: 100%;
    }
    .contact_form_tit h1 {
        margin: 0px 0px 20px;
    }
    /* Career */
    .careers_bnr_sec {
        width: 100%;
    }
    .careers_stren_tit {
        width: 100%;
    }
    .careers_stren_sec {
        width: 100%;
        padding: 0px 30px;
        margin: 35px auto;
        justify-content: end;
    }
    .careers_life_sec {
        width: 100%;
        margin: 50px 30px 30px;
    }
    .careers_life_tit, .careers_life_cont {
        width: 80%;
        margin: 0px auto 35px;
    }
    .careers_posi_sec {
        padding: 1px 45px 30px;
    }
    .careers_posi_deta_row p {
        margin-right: 40px !important;
    }
    .careers_posi_deta {
        width: 70%;
    }
    .careers_li_apy_btn {
        width: 30%;
        text-align: end;
    }
    .careers_posi_wrap {
        margin: 0 auto 10px;
    }
}
@media (max-width: 992px) {
    /* Header */
    .fusion-body .fusion-header-wrapper .fusion-header {
        background: transparent !important;
        position: absolute;
        top: 0px !important;
    }
    /* Home */
    .home_contact {
        width: 100%;
        margin: 30px auto 0px;
    }
    .home_contact_cont {
        width: 100%;
        display: block;
        background: #000;
        margin-top: 0px;
        padding: 50px 30px 60px;
    }
    .home_contact_img {
        width: 100%;
        padding: 0px 10px;
    }
    /* About */
    .about_bnr_sec, .about_mission_img {
        width: 100%;
    }
    .about_why_wrap:hover .about_why_wrap_img::after {
        height: 190px;
        width: 190px;
    }
}
@media (max-width: 1200px) {
    /* Header */
    .fusion-header-v6 .fusion-row {
        position: relative;
    }
    .fusion-header-v6 .fusion-row .custom_main_menu, .fusion-header-sticky-height {
        display: none !important;
    }
    .fusion-flyout-menu-active .fusion-header .fusion-flyout-menu-bg, .fusion-flyout-menu-active .fusion-header .fusion-flyout-menu {
        position: absolute !important;
        top: unset !important;
        border-radius: 7px;
        height: unset !important;
        min-height: unset !important;
        background: #A04722;
        display: block !important;
    }
    .fusion-main-menu ul {
        display: grid;
        margin: 30px auto 0px !important;
    }
    .fusion-main-menu li {
        border-bottom: 1px solid #fff;
        margin: 10px 0px !important;
        padding: 0px 0px 5px 30px !important;
    }
    .fusion-main-menu li:last-child {
        border-bottom: unset;
    }
    .fusion-main-menu ul a {
        color: #fff;
        font-weight: 300;
        font-size: 18px;
    }
    .fusion-main-menu li:after {
        content: "";
        position: absolute;
        top: 10px;
        left: 0px;
        background: #fff;
        height: 4px;
        width: 4px;
        transform: rotate(45deg);
    }
    .fusion-header-v6 .fusion-row:hover .menu_bar, .fusion-is-sticky .fusion-header-v6 .fusion-row .menu_bar {
        display: block;
    }
    /* Home */
    .home_prdt {
        padding: 0px 0px 0px 30px !important;
    }
    .home_prdt_list_sec {
        display: none;
        transition: unset;
    }
    .home_bnr_slider_2_co_des {
        display: none;
    }
    .home_bnr_slider_2_co_mbl {
        display: block !important;
    }
    .home_bnr_slider_2_cont h1 {
        margin-bottom: 10px;
    }
    .home_bnr_slider_2_co_mbl .read_more_btn {
        margin-top: 25px;
    }
    /* About */
    .about_desc_sec:after {
        display: none;
    }
    .abt_leader_col {
        display: block; 
    }
    .abt_leader_cont {
        padding: 50px 30px 30px;
        width: 100%;
    }
    .about_mission_img {
        width: 100%;
    }
    /* Contact */
    .contact_row {
        flex-direction: column-reverse;
        align-items: unset;
        background: unset;
    }
    .contact_banner, .contact_form_section {
        padding: 0px !important;
    }
    .contact_form {
        width: 100%;
    }
}
@media (min-width: 993px) and (max-width: 1200px) {
    /* Modal */
    .modal_wrapper {
        width: 50%;
    }
    #product_list_enq .modal_header h2, #product_list_enq_home .modal_header h2 {
        padding: 65px 40px 80px;
        font-size: 25px !important;
    }
    #product_list_enq .modal_header, #product_list_enq_home .modal_header {
        background-position: 60%;
    }
    .product_enq_form {
        width: 75%;
    }
    /* Header */
    .fusion-header-v6 .fusion-header .fusion-row {
        max-width: 75% !important; 
        padding: 0px 25px 0px 15px !important;
    }
   .custom_main_menu {
        display: none;
    }
    /* Home */
    .home_bnr_slider_1, .home_bnr_slider_2, .home_bnr_slider_3 {
        top: 42%;
        left: 80px;
    }
    .home_bnr_slider_1 h1, .home_bnr_slider_2_cont h1, .home_bnr_slider_3 h1 {
        font-size: 60px !important;
        line-height: 60px !important;
    }
    .home_bnr_slider_arrow {
        bottom: 15%;
        right: unset;
        left: 100px;
    }
    .home_prdt_list {
        margin-right: 40px; 
        margin-top: 60px;
    }
    .home_prdt_cont p {
        width: 60%;
    }
    .home_test {
        padding: 0px !important;
        margin: 50px 0px !important;
    }
    .home_partner {
        padding: 0px !important;
        margin: 50px 0px 30px !important;
    }
    .home_test_title, .home_partner_title {
        width: 85%;
        margin: 0px auto 40px;
    }
    .home_test_title {
        text-align: center;
    }
    .home_test_progress_wrap {
        width: 70%;
        position: absolute;
        left: 0;
        bottom: 53px;
    }
    .home_test_cont_wrap {
        position: absolute;
        top: 23%;
        left: 50%;
        padding: 0px 50px;
    }
    .home_test_quote {
        width: 7%;
    }
    .home_test_wrap_tab {
        display: flex;
        align-items: center;
    }
    .home_partner_slider .slick-next {
        right: 80px;
    }
    .home_partner_slider .slick-prev {
        right: 112px;
    }
    .home_contact {
        width: 100%;
        margin: 0px auto;
    }
    .home_contact_img {
        width: 100%;
        display: flex;
        align-items: center;
        padding: 0px 10px;
    }
    .home_contact_cont {
        width: 100%;
        padding: 0px 50px 40px;
        margin-top: 0px;
    }
    .home_contact_cont h5 {
        margin: 50px 0px 30px 0px;
        font-size: 43px !important;
        width: 60%;
    }
    .home_contact_sec {
        align-items: unset;
        background: #000;
        flex-direction: column-reverse;
    }
    .home_contact_cont .read_more_btn {
        display: none;
    }
    .home_contact_img img {
        width: 70%;
    }
    .home_contact_tab {
        display: block;
        width: 30%;
        text-align: center;
    }
    /* Product list */
    .prdt_list_title {
        padding: 20% 0px 1%;
    }
    .prdt_list_title h1 {
        width: 70%;
        margin: 0 auto;
    }
    .prdt_list_search {
        width: 30%;
        margin: 60px auto 10px;
    }
    .prdt_list_wrap {
        margin-top: 0px;
    }
    .prdt_list_sec {
        width: 97%;
        margin: 0 auto 30px;
    }
    .prdt_list_col {
        width: 50%;
        margin: 25px 0px 20px;
    }
    /* About */
    .about_bnr_sec {
        width: 100%;
    }
    .about_bnr_title {
        bottom: 45px;
    }
    .about_bnr_title h1 {
        font-size: 110px !important;
        line-height: 120px !important;
    }
    .about_desc_sec {
        width: 70%;
        padding: 40px 0px 60px;
    }
    .about_mission_cont {
        width: 55%;
        margin: 0 auto;
        padding: 0px 0px 35px;
    }
    .abt_leader {
        margin-bottom: 40px !important;
    }
    .abt_leader_cont h5, .abt_leader_cont h6 {
        display: none;
    }
    .abt_leader_img {
        display: flex;
        align-items: end;
        width: 100%;
    }
    .abt_leader_img img {
        width: 45%;
    }
    .abt_leader_cont p {
        padding: 0px 60px 25px;
    }
    .about_what_ext_col {
        width: 100%;
        padding: 30px 30px 20px; 
        position: relative;
        z-index: 1;
    }
    .about_what_ext_desi {
        position: absolute;
        left: -23%;
        width: auto;
        height: 100%;
        top: 1px;
        z-index: 0;
        padding: 45px;
    }
    .about_what_do {
        width: 45%;
    }
    .about_what_ext_sec {
        width: 80%;
        margin: 90px auto 50px;
    }
    .about_why_para {
        margin-bottom: 30px !important;
        width: 35%;
    }
    /* Contact */
    .contact_cont_wrap {
        margin: 0px auto;
        padding: 60px 100px 40px;
    }
    .contact_form p {
        width: 46%;
        margin-right: 0px !important;
    }
    .contact_form_row {
        padding: 60px 60px 40px;
    }
    /* Career */
    .careers_bnr_title h1 {
        font-size: 68px !important;
    }
    .careers_bnr_title p {
        width: 70%;
    }
    .careers_bnr_title {
        bottom: 20%;
        width: 80%;
    }
    .careers_stren_tit h2 {
        width: 65%;
    }
    .careers_stren_cont {
        width: 75%;
    }
    .careers_stren_cont {
        width: 70%;
        margin-top: 20px;
    }
    .career_deta_sec {
        width: 89%;
    }
    .career_deta_obj h2 {
        font-size: 38px;
    }
    .single-career #main .fusion-row {
        margin-bottom: 80px;
    }
    .career_deta_simi_desc {
        display: block;
    }
    .career_deta_simi_desc p {
        width: 100%;
    }
    .career_deta_obj {
        width: 75%;
    }
    .career_deta_obj_btn {
        width: 25%;
    }
}
@media (min-width: 1201px) and (max-width: 1400px) {
    /* Header */
    .fusion-header-v6 .fusion-row {
        transition-timing-function: ease;
    }
    /* Modal */
    .modal_wrapper {
        width: 40%;
    }
    #product_list_enq .modal_header h2, #product_list_enq_home .modal_header h2 {
        font-size: 28px !important;
    }
    #product_list_enq .modal_header, #product_list_enq_home .modal_header {
        background-position: 60%;
    }
    .product_enq_form {
        width: 75%;
    }
    /* Home */
    .home_bnr_slider_1 h1, .home_bnr_slider_2_cont h1, .home_bnr_slider_3 h1 {
        font-size: 50px !important;
        line-height: 50px !important;
    }
    .home_bnr_slider_1 p, .home_bnr_slider_2_cont p, .home_bnr_slider_3 p {
        font-size: 20px;
    }
    .home_bnr_slider_1, .home_bnr_slider_2, .home_bnr_slider_3 {
        top: 60%;
        left: 50px;
    }
    .fusion-header-v6 .fusion-row {
        max-width: 50% !important;
    }
    .home_prdt_sec {
        width: 95%;
        margin: 0 auto;
    }
    .home_prdt_cont p {
        width: 60%;
    }
    .home_prdt_cont {
        padding-bottom: 20px;
    }
    .home_prdt_list {
        margin-right: 80px;
    }
    .home_about_sec {
        width: 95%;
        margin: 0 auto;
        padding: 60px 0px;
    }
    .home_about_img {
        width: 45%;
    }
    .home_about_cont {
        width: 50%;
        margin-left: 20px;
        padding: 0px 30px;
    }
    .home_contact_img {
        width: 50%;
    }
    .home_test_title, .home_partner_title, .home_partner_sec {
        width: 95%; 
        padding-left: 30px;
    }
    .home_test_wrap {
        width: 95%; 
        align-items: center;
    }
    .home_test, .home_partner {
        padding: 0px !important;
    }
    .home_test_sec {
        padding-left: 30px;
    }
    .home_test_img {
        width: 40%;
        padding-left: 30px;
    }
    .home_test_cont_sec {
        width: 55%;
    }
    .home_test_cont {
        width: 85%;
        padding: 40px 0px;
    }
    .home_test_name {
        margin-top: 0px; 
    }
    .home_test_quote {
        margin: 50px 0px;
        width: 10%;
    }
    .home_test_progress_wrap {
        width: 60%;
        left: -18%;
    }
    .home_contact {
        width: 94%;
    }
    .home_contact_sec {
        align-items: end;
        width: 95%;
        margin: 0px 35px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 1) 0%);
    }
    .home_contact_cont {
        width: 50%;
        display: block;
        align-items: end;
        margin: 50px 0px;
        padding-left: 20px;
    }
    .home_contact_cont h5 {
        margin: 0px 0px 30px;
        font-size: 45px !important;
        line-height: 50px !important;
    }
    /* Product list */
    .prdt_list_title {
        padding: 17% 0px 1%;
    }
    .prdt_list_title h1 {
        width: 50%;
        margin: 0 auto;
    }
    .prdt_list_search {
        width: 30%;
        margin: 60px auto 10px;
    }
    .prdt_list_wrap {
        margin-top: 0px;
    }
    .prdt_list_col {
        width: 33.33%; 
    }
    /* About */
    .about_bnr_title h1 {
        font-size: 130px !important;
    }
    .about_bnr_title {
        bottom: 45px;
    }
    .about_bnr_sec, .about_what_ext_wrap {
        width: 85%;
    }
    .about_desc_sec {
        width: 65%;
    }
    .about_mission_cont {
        width: 35%;
    }
    .abt_leader_cont {
        padding: 40px;
    }
    .abt_leader_cont p {
        padding: 0px 0px 25px;
    }
    .abt_leader_slider_sec {
        width: 100%;
    }
    .about_what_wrap {
        padding: 20px 50px 30px;
    }   
    .about_what_ext_col {
        padding: 30px 35px 20px;
    }
    .about_clients_sec {
        margin: 0px auto 40px;
    }
    .about_why_para {
        width: 45%;
    }
    /* Contact */
    .contact_sec, .contact_form_sec {
        width: 90%;
    }
    .contact_row {
        align-items: unset;
    }
    .contact_cont_wrap {
        width: 85%;
        padding: 200px 50px 40px;
    }
    .contact_img img {
        height: 100%;
        object-fit: cover;
    }
    .contact_cont_addr {
        margin-bottom: 40px !important;
    }
    .contact_form {
        width: 95%;
    }
    .contact_form_row {
        padding: 60px 50px 40px;
    }
    /* Career */
    .careers_bnr_title h1 {
        font-size: 70px !important;
    }
    .careers_bnr_title p {
        width: 70%;
    }
    .careers_bnr_title {
        bottom: 22%;
        width: 85%;
    }
    .careers_bnr_sec {
        width: 85%;
    }
    .careers_stren_sec {
        width: 85%;
        margin: 40px auto 25px;
    }
    .careers_life_sec {
        width: 85%;
        margin: 55px auto 70px;
    }
    .careers_life_wrap {
        align-items: start;
    }
    .career_deta_sec {
        width: 89%;
    }
    .career_deta_obj {
        width: 80%;
    }
    .career_deta_obj_btn {
        width: 20%;
    }
}
@media (min-width: 1401px) and (max-width: 1600px) {
    /* Header */
    .fusion-header-v6 .fusion-row {
        transition-timing-function: ease;
    }
    /* Modal */
    .modal_wrapper {
        width: 40%;
    }
    #product_list_enq .modal_header, #product_list_enq_home .modal_header {
        background-position: 60%;
    }
    /* Home */
    .home_bnr_slider_1 h1, .home_bnr_slider_2_cont h1, .home_bnr_slider_3 h1 {
        font-size: 60px !important;
        line-height: 60px !important;
    }
    .home_bnr_slider_1, .home_bnr_slider_2, .home_bnr_slider_3 {
        left: 70px;
    }
    .home_prdt_sec {
        width: 90%;
        margin: 0 auto;
    }
    .home_prdt {
        padding: 0px !important;
    }
    .home_test_title, .home_partner_title, .home_partner_sec{
        width: 95%;
    }
    .home_prdt_cont p {
        width: 50%;
    }
    .home_prdt_cont {
        padding-bottom: 30px;
    }
    .home_about_cont {
        width: 45%;
        margin-left: 50px;
        padding: 0px 30px;
    }
    .home_about_img {
        width: 45%;
    }
    .home_about_sec {
        padding: 70px 0px;
        width: 97%;
    }
    .home_test_wrap {
        width: 95%;
        align-items: center;
    }
    .home_test_img {
        width: 40%;
        padding-left: 40px;
    }
    .home_test_cont {
        width: 85%;
        padding: 50px 0px;
    }
    .home_test_name {
        margin-top: 0px; 
    }
    .home_test_progress_wrap {
        left: -18%;
    }
    .home_test_quote {
        width: 10%;
    }
    .home_partner_slider .slick-next {
        right: 70px;
    }
    .home_partner_slider .slick-prev {
        right: 103px;
    }
    .home_contact {
        width: 95%;
    }
    .home_contact_sec {
        width: 94%;
        margin: 0 auto;
    }
    .home_contact_img {
        width: 45%;
        padding: 0px 15px;
    }
    .home_contact_cont {
        width: 55%;
        margin-top: 60px;
        margin-bottom: 20px;
    }
    .home_contact_cont h5 {
        font-size: 45px !important;
    }    
    /* Product list */
    .prdt_list_sec {
        width: 95%;
    }
    .prdt_list_search {
        width: 25%;
    }
    /* About */
    .about_bnr_title h1 {
        font-size: 135px !important;
    }
    .about_bnr_title {
        bottom: 55px;
    }
    .about_desc_sec {
        width: 60%;
    }
    .about_mission_cont {
        width: 30%;
    }
    .abt_leader_cont {
        padding: 40px 50px;
    }
    .abt_leader_cont p {
        padding: 0px 40px 0px;
    }
    .abt_leader_slider_sec {
        width: 87%;
    }.abt_leader_img {
        width: 30%;
    }
    .about_what_wrap {
        padding: 30px 50px 40px;
    }
    .about_what_ext_col {
        padding: 35px 40px 25px;
    }
    .about_clients_sec {
        margin: 0px auto 40px;
    }
    .about_why_wrap {
        margin-right: 30px;
    }
    .about_why_para {
        width: 40%;
    }
    .about_why_wrap:hover .about_why_wrap_img::after {
        height: 160px;
        width: 160px;
    }
    /* Contact */
    .contact_sec, .contact_form_sec {
        width: 85%;
    }
    .contact_cont_wrap {
        width: 80%;
        padding: 220px 50px 40px;
    }
    .contact_img img {
        height: 100%;
        object-fit: cover;
    }
    .contact_row {
        align-items: unset;
    }
    .contact_form_row {
        padding: 70px 50px 50px;
    }
    /* Career */
    .careers_bnr_title h1 {
        font-size: 75px !important;
    }
    .careers_bnr_sec {
        width: 85%;
    }
    .careers_bnr_title {
        bottom: 25%;
        width: 80%;
    }
    .careers_stren_sec {
        width: 85%;
        margin: 50px auto 35px;
    }
    .careers_life_sec {
        width: 85%;
        margin: 60px auto 70px;
    }
}
@media (min-width: 1601px) and (max-width: 1800px) {
    /* Modal */
    .modal_wrapper {
        width: 35%;
    }
    /* Home */
    .home_bnr_slider_1 h1, .home_bnr_slider_2_cont h1, .home_bnr_slider_3 h1 {
        font-size: 65px !important;
        line-height: 65px !important;
    }
    .home_bnr_slider_1, .home_bnr_slider_2, .home_bnr_slider_3 {
        left: 80px;
    }
    .home_prdt_sec {
        width: 90%;
        margin: 0 auto;
    }
    .home_prdt {
        padding: 0px !important;
    }
    .home_prdt_cont p {
        width: 50%;
    }
    .home_prdt_cont {
        padding-bottom: 25px;
    }
    .home_about_sec {
        padding: 70px 0px;
        width: 97%;
    }
    .home_about_cont {
        width: 45%;
        padding-right: 45px;
    }
    .home_test_img {
        width: 40%;
    }
    .home_test_cont {
        width: 85%; 
    }
    .home_partner_slider .slick-next {
        right: 80px;
    }
    .home_partner_slider .slick-prev {
        right: 113px;
    }
    .home_contact {
        width: 88%;
    }
    .home_test_progress_wrap {
        left: -18%;
    }
    /* Contact */
    .contact_cont_wrap {    
        padding: 100px 60px 50px;
    }
    /* Career */
    .careers_bnr_title {
        width: 75%;
        bottom: 27%;
    }
    /* About */
    .abt_leader_slider_sec {
        width: 90%;
    }
}
@media (min-width: 2001px) {
    h2 {
        font-size: 35px !important;
    }
    /* Modal */
    .modal_wrapper {
        width: 25%;
    }
    /* Home */
    .home_prdt_cont p {
        width: 35%;
    }
    .home_about_cont {
        width: 33%;
        margin-left: 120px;
    }
    .home_test_wrap {
        align-items: center;
        width: 92%;
    }
    .home_test_title, .home_partner_title, .home_partner_sec {
        width: 92%;
    }
    .home_contact_img {
        width: 45%;
    }
    .home_contact_cont {
        width: 55%;
    }
    .home_prdt .fusion-builder-row, .home_about .fusion-builder-row {
        max-width: 91% !important;
    }
    .home_test_cont, .home_test_cont_sec {
        width: 60%; 
    }
    .home_partner_slider .slick-next {
        right: 206px;
    }
    .home_partner_slider .slick-prev {
        right: 240px;
    }
    .home_contact {
        width: 85%;
    }
    .home_contact_cont h5 {
        width: 60%;
        margin-right: 50px;
    }
    .custom_footer_wrap {
        width: 86%;
    }  
    /* Product list */
    .prdt_list_title h1 {
        width: 35%;
    }
    .prdt_list_sec {
        width: 89%;
    }
    .prdt_list_title {
        background: linear-gradient(0deg,rgba(255, 255, 255, 1) 11%, rgba(180, 186, 188, 1) 11%);
        padding: 9% 0px 1%;
    }
    .prdt_list_search {
        width: 20%;
    }
    .about_bnr_title h1 {
        font-size: 170px !important;
        line-height: 155px !important;
    }
    /* About */
    .abt_leader_slider_wrap, .about_why_sec {
        width: 85%;
    }
    .abt_leader_cont p {
        padding: 0px 90px 10px;
    }
    .about_bnr_sec {
        width: 75%;
    }
    .about_mission_img img {
        width: 50%;
        margin-bottom: -25px;
    }
    .about_mission_sec {
        align-items: center;
    }
    .abt_leader_img img {
        width: 100%;
    }
    .abt_leader_cont {
        padding: 70px 100px;
    }
    .about_what_do {
        width: 25%;
    }
    .about_what_ext_wrap {
        width: 55%;
    }
    .about_clients_sec {
        width: 81%;
    }
    .about_why_wrap:hover .about_why_wrap_img::after {
        height: 180px;
        width: 180px;
    }
    /* Contact */
    .contact_sec, .contact_form_sec {
        width: 70%;
    }
    .contact_form_row {
        padding: 70px 100px 50px;
    }
    .contact_cont_wrap {
        padding: 100px 100px 0px;
    }
    .contact_row {
        align-items: center;
    }
    .contact_cont {
        width: 53%;
        margin-top: 50px;
    }
    .contact_img {
        width: 47%;
    }
    /* Career */
    .careers_bnr_sec, .careers_stren_sec {
        width: 70%;
    }
    .careers_posi_wrap {
        width: 85%;
    }
    .careers_life_sec {
        width: 60%;
    }
    .career_deta_sec {
        width: 65%;
    }
}
@media (min-width: 2001px) and (max-width: 2300px) {
    .home_test_progress_wrap {
        width: 40%;
        left: -18%;
    }
    .home_bnr_slider_1 h1, .home_bnr_slider_2_cont h1, .home_bnr_slider_3 h1 {
        font-size: 80px !important;
        line-height: 80px !important;
    }
    .home_bnr_slider_1, .home_bnr_slider_2, .home_bnr_slider_3 {
        left: 100px;
    }
}
@media (min-width: 2301px) {
    .home_test_progress_wrap {
        width: 45%;
        left: -22%;
    }
    .careers_bnr_title p {
        width: 50%;
    }
    .abt_leader_slider_sec {
        width: 75%;
    }
    .home_bnr_slider_1 h1, .home_bnr_slider_2_cont h1, .home_bnr_slider_3 h1 {
        font-size: 90px !important;
        line-height: 90px !important;
    }
    .home_bnr_slider_1, .home_bnr_slider_2, .home_bnr_slider_3 {
        left: 150px;
    }
}





