* {
    font-family: "Instrument Sans", sans-serif;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

a {
    text-decoration: unset;
    color: #000000;
}
html {
  scroll-behavior: auto;
}
p {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
}

ul {
    list-style: none;
}

figure,
p {
    margin: 0;
}

/* HEADER */
.header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 10px 0;
}

/* CONTAINER */
.cont {
    padding: 0 20px;
    margin-inline: auto;
    max-width: 90%;
    width: 90%;

}

.hd_flx img {
    width: 143px;
    height: 74px;
}

/* LOGO */
.logo img {
    max-height: 55px;
}

/* NAV */
.nav {
    display: flex;
    align-items: center;
    gap: 30px;
}

/* SELECT */
.nav_select {
    min-width: 180px;
}

/* Mobile menu toggle */
.menu_toggle {
    display: none;
    background: transparent;
    border: none;
    width: 40px;
    height: 40px;
    padding: 0;
    align-items: center;
    justify-content: center;
    cursor: pointer;

}

.menu_toggle .bar {
    display: block;
    width: 22px;
    height: 3px;
    background: #fff;
    border-radius: 2px;
    margin: 3px 0;
    transition: transform .3s ease, opacity .3s ease;
}

.menu_toggle.open .bar:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
}

.menu_toggle.open .bar:nth-child(2) {
    opacity: 0;
}

.menu_toggle.open .bar:nth-child(3) {
    transform: translateY(-12px) rotate(-45deg);
}

.menu_overlay {
    display: none;
}


/* NAV LIST */
.nav_lst {
    display: flex;
    align-items: center;
    gap: 50px;
}

/* LINKS */
.nav_pt a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    padding-bottom: 6px;
}

.hd_flx nav {
    display: flex;
    align-items: center;
 


}
.header:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: hsl(0deg 0% 0% / 70%);
    z-index: 2;
    height: 100%;
}
.header_l {
    display: flex;
    align-items: center;
    gap: 20px;
}

/* ACTIVE / HOVER LINE */
.nav_pt a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    background: #00aaff;
    transition: width 0.3s ease;
}
.white_hdr .nav_pt a {
    color: #030303;}

.nav_pt a:hover::after {
    width: 100%;
}
.white_hdr .selt {
    display: none;
}
/* BUTTON */
.nav_bt a {
    background: #ff0000;
    color: #fff;
    padding: 10px 18px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    transition: background 0.3s ease;
}

.nav_bt a:hover {
    background: #d90000;
}

.hd_flx {
   position: relative;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.selt .css-13cymwt-control {
    background: transparent;
    border: 1px solid #5B5B5B;
}

.selt .css-b62m3t-container {
    width: 200px;
}

.selt .css-t3ipsp-control {
    background: transparent;
    border: 1px solid #5B5B5B;
    box-shadow: unset;
}

.selt .css-1dimb5e-singleValue {
    color: #fff;
}

/* ***************Hero Section ******************** */
.hero {
    background: no-repeat;
    height: 750px;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: bottom;
}

.hero {
    background-image: url("../js/guest_theme/assets/images/hero.png");
}

.hero_fl h1 {
    font-weight: 700;
    font-size: 40px;
    line-height: 140%;
    color: #fff;
}

.header {
    inset: 0;
    bottom: auto;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.scrolled {
    position: fixed;
    z-index: 3;
}

.hero_fl {
    display: flex;
    align-items: center;
    height: 100%;
    flex-wrap: wrap;
    width: 50%;
}

.hero_fl p {
    font-weight: 500;
    font-size: 22px;
    line-height: 120%;
    color: #fff;
    margin-top: 15px;
}
.white_hdr {
    box-shadow: 0px 1px 2px 0px #0000001A, 0px 4px 4px 0px #00000017, 0px 8px 5px 0px #0000000D, 0px 15px 6px 0px #00000003, 0px 23px 7px 0px #00000000;
    width: 100%;
    background: #fff;
    opacity: 1;
}


/* ************************************** */
.hd h2 {
    font-weight: 700;
    font-size: 28px;
    line-height: 140%;
    position: relative;
}

.rd {
    color: #FF0000;
}

.wel_flx {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.hd p {
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: #000000;
    margin-top: 25px;
}

.common_btn {
    all: unset;
    border: 1px solid #FF0000;
    padding: 10px 18px;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.wel_l .common_btn {
    margin-top: 70px;
}

.wel_l {
    width: 46%;
}

.com_pdg {
    padding: 70px 0;
}

.hd h2:after {
    content: '';
    position: absolute;
    background: #FF0000;
    left: 0;
    height: 1px;
    width: 70px;
    bottom: -10px;
}


/*  */
.common_card {
    box-shadow: 0px 1px 3px 0px #0000001A, 0px 5px 5px 0px #00000017, 0px 11px 6px 0px #0000000D, 0px 19px 8px 0px #00000003, 0px 30px 8px 0px #00000000;
    padding: 30px;
}

.commit .common_card {
    padding: 0;
}

.commit .commn_btom {
    padding: 30px;
}

.commit .txt_tle {
    margin-top: 0;
}

.certifi .common_card {
    padding: 16px;
}

.txt_mn {
    padding: 10px;
}

.txt_tle,
.txt_hd {
    font-weight: 700;
    font-size: 22px;
    line-height: 140%;
    margin-top: 20px;
}

.txt_des {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    margin-top: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 40px;
    height: 40px;
}

.txt_cer {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    margin-top: 15px;
}

.downld {
    all: unset;
    color: #FF0000;
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    margin-top: 15px;
}

.our_hd_flx .hd {
    width: 45%;
}

.our_hd_flx {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.count_flx {
    background: #F3F3F3;
    padding: 40px;
}

.common_img {
    width: 100%;
}

/* .count_l {
    display: flex;
    align-items: center;
    justify-content: space-around;
    text-align: center;
} */

.count_pt h3 {
    font-weight: 700;
    font-size: 50px;
    line-height: 140%;
}

.count_pt p {
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;

}

.count_l {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    text-align: center;
    place-items: center;
}

.count_pt {
    border-right: 1px solid #D5D5D5;
    text-align: left;
    width: 240px;
}

.count_pt:last-child {
    border-right: unset;
}

.two_col {
    display: flex;
}

.our {
    padding: 70px 0 35px;
}

.two_col {
    display: grid;
    grid-template-columns: 66% 33%;
    margin-top: 50px;
    gap: 16px;
}

.our_flx {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 60px;
}

.certfit .common_img {
    /* min-height: 350px; */
    padding: 5px;
    transition: all .5s ease;
    display: flex;
    align-items: center;
    height: 430px;
}.certfit .common_img {
    object-fit: contain;
}

.common_card:hover .common_img {
    padding: 0;
}

.common_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.commit .common_img {
    width: 100%;
    height: 320px;
}

.certifi .common_card {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}

.txt_mn {
    width: 100%;
}

.certifi .our_flx,
.commit .our_flx {
    gap: 50px;
}

/*  */
.contact_sec {
    background: url("../js/guest_theme/assets/images/WorldMap.png");
    margin: 35px 0 60px;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

.contact_l {
    width: 40%;
}

.contact_flx {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

textarea.textar {
    box-shadow: 0px 1px 2px 0px #0000001A, 0px 4px 4px 0px #00000017, 0px 8px 5px 0px #0000000D, 0px 15px 6px 0px #00000003, 0px 23px 7px 0px #00000000;
    width: 100%;
    background: #FFFFFF;
    border: unset;
    padding: 15px 10px;
    font-size: 16px;
    resize: vertical;
}

.frm_inp label span {
    color: #FF0000;
}

.sbmit {
    box-shadow: 0px 0px 1px 0px #00000017, 0px 0px 1px 0px #0000000D, 0px 0px 1px 0px #00000003, 0px 0px 1px 0px #00000000;
    width: 100%;
    padding: 14px;
    font-size: 22px;
    background: #000000;
    color: #fff;
    font-weight: 700;
    text-align: center;
    display: block;
    border: unset;
}

.form h2 {
    font-weight: 700;
    font-size: 22px;
    line-height: 140%;
}

.form_flx {
    margin-top: 40px;
}

.inp {
    box-shadow: 0px 1px 2px 0px #0000001A, 0px 4px 4px 0px #00000017, 0px 8px 5px 0px #0000000D, 0px 15px 6px 0px #00000003, 0px 23px 7px 0px #00000000;
    width: 100%;
    background: #FFFFFF;
    border: unset;
    padding: 15px 10px;
    font-size: 16px;
}

.inp:focus-visible {
    outline: unset;

}

.form_grp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 24px;
    width: 100%;

}

.frm_inp {
    flex: 1;
}

.contact_r {
    width: 50%;
}

.frm_inp label {
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 10px;
    display: block;
}

.con_dtl h3 {
    font-weight: 700;
    font-size: 28px;
    line-height: 140%;
}

.blk {
    display: block;
}

.con_dtl p {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    margin-top: 20px;
}

footer {
    position: relative;
}
footer:after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgb(149 149 149 / 17%);
    opacity: .5;
}

.ftr_hd {
    border-bottom: 1px solid #C1C1C1;
}

.ftr_hd h2 {
    font-size: 30px;
    padding: 36px 0;
    text-transform: uppercase;
    font-weight: 700;
}

.ftr_hd h2 sup {
    font-size: 16px !important;
    line-height: 120%;
    position: relative;
    top: -6px;
}

.foter_in {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
}

.foter_col {
   
    padding-inline: 20px;
    margin-block: 30px;
}
.fot_col2{ border-right: 1px solid #E9E9E9;}
.foter_col h3 {
    font-weight: 700;
    font-size: 20px;
    min-height: 28px;
    line-height: 140%;
}

.foter_eml strong {
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    display: block;
}

.foter_eml a {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
}

.foter_eml {
    margin-top: 20px;
}

.fotr_lst {
    margin-top: 20px;
}

.mail {
    text-decoration: underline;
}

address {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    font-style: normal;
}

.foter_btm {
    border-top: 1px solid #C1C1C1;
    padding-block: 30px;
}

.foter_bt_fl {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flw {
    display: flex;
    align-items: center;
    gap: 20px;
}

.flw figure {
    width: 27px;
    height: 27px;
}

.flw figure img {
    width: 100%;
    height: 100%;
}

.copyright {
    font-weight: 500;
    font-size: 12px;
    line-height: 33px;
}

.flw h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
}

.fotr_pt a {
    font-weight: 500;
    line-height: 27px;
    font-size: 14px;
}

.wel_r img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wel_r {
    width: 52%;
    height: 400px;
    box-shadow:
  0px 2px 4px 0px #0000001A,
  0px 7px 7px 0px #00000017,
  0px 16px 10px 0px #0000000D,
  0px 29px 11px 0px #00000003,
  0px 45px 13px 0px #00000000;

}

.count_pt h4 {
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
}


.his p {
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: #000000;
    text-align: justify;
}

.his {
    margin-top: 40px;
}

.his li {
    font-weight: 600;
    font-size: 14px;
    line-height: 28px;
    color: #000000;
}

.his ul {
    list-style: disc;
    padding-inline-start: 20px;
}

.mssn_crd {
    background: #FFF;
    box-shadow: 0 45px 13px 0 rgba(0, 0, 0, 0.00), 0 29px 11px 0 rgba(0, 0, 0, 0.01), 0 16px 10px 0 rgba(0, 0, 0, 0.05),
        0 7px 7px 0 rgba(0, 0, 0, 0.09), 0 2px 4px 0 rgba(0, 0, 0, 0.10);
    padding: 10px;
}

.mssn_r {
    padding: 25px 30px;
    flex: 1;
}

.mssn_flx {
    margin-top: 40px;
}

.mssn_fg {
    width: 100%;
    height: 330px;
}

.mssn_fg img {
    width: 100%;
    height: 100%;
}

/* .mssn_crd,.upcming_prd .common_card {
    margin: 0 30px 25px 30px;
} */

.mssn_flx .slick-track {
    display: flex;

}

.mssn_flx .slick-track .slick-slide {
    padding: 0 50px 30px;
}

.mssn_flx .slick-track .slick-slide.slick-active {
    padding-left: 2px;
}

.rd_tx {
    color: #F00;
    font-size: 18px;
    font-weight: 500;
    line-height: 120%;
    margin-top: 10px;
}

.mssn_crd h3 {
    color: #000;
    font-size: 22px;
    font-weight: 700;
    line-height: 140%;
    margin-top: 5px;

}

.mssn_icom {
    display: flex;
    justify-content: flex-end;
    margin-top: 30px;
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.sldr_crd .mssn_crd {
    min-height: 580px;
    position: relative;
}

.mssn_flx .slick-slide>div {
    height: 100%;
}

.mssn_flx .slick-slide {
    height: auto;
}

.mssn_icom_fg img {
    width: 100%;
    height: 100%;
}

.mssn_icom_fg {
    width: 28px;
    height: 27px;
}

.mssn_icom {
    display: flex;
    justify-content: flex-end;
    margin-top: 30px;
}


.swiper_sldr .swiper-wrapper {
    padding-bottom: 40px;
    padding-top: 120px;
}

.mssn_inr {
    position: relative;
}

.mssn_flx .swiper_sldr .swiper-button-next {
    top: 22px;
    border: 1px solid #000;
    width: 26px;
    height: 39px;
    padding: 7px;
}

.mssn_flx .swiper_sldr .swiper-button-prev {
    left: unset;
    right: 44px;
    top: 22px;
    border: 1px solid #000;
    width: 26px;
    height: 39px;
    padding: 7px;
}

.mssn_flx .swiper_sldr .swiper-button-prev svg path,
.mssn_flx .swiper_sldr .swiper-button-next svg path {
    stroke: #000;
    fill: #000;
    stroke-width: 2px;

}

.mssn_inr .selt .css-1dimb5e-singleValue {
    color: #000;
}

.mssn {
    padding-top: 0;
}

.vision_flx {
    margin-top: 40px;
    background: #FFF;
    box-shadow: 0 45px 13px 0 rgba(0, 0, 0, 0.00), 0 29px 11px 0 rgba(0, 0, 0, 0.01), 0 16px 10px 0 rgba(0, 0, 0, 0.05),
        0 7px 7px 0 rgba(0, 0, 0, 0.09), 0 2px 4px 0 rgba(0, 0, 0, 0.10);
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.mssn_r .hd:last-child {
    margin-top: 50px;
}

.up_txt {
    background: #F00;
    display: inline-block;
    position: absolute;
    right: 10px;
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    padding: 5px 8px;
}

.mssn_flx .slick-arrow {
    border-radius: 0;
    width: 26px;
    border: 1px solid #000;
    background: #FFf;
    height: 39px;
    top: -60px;
}

.mssn_flx .slick-arrow:before {
    color: #000;
    content: "";
    border-radius: 0;
    background-image: url("../js/guest_theme/assets/images/left.png");
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 100%;
    display: flex;
    background-size: 22px;
    opacity: 1;
    background-size: auto;

}

.mssn_l {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mssn_l figure {
    width: 100%;
    height: 100%;
}

.mssn_l figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mssn .our_hd_flx {
    padding-right: 120px;
}

.selt .css-13cymwt-control {
    border-radius: 0;
}

.our_hd_flx .selt .css-13cymwt-control {
    border: 1px solid #000;
    background: #FFF;
}

.our_hd_flx .css-tj5bde-Svg {
    fill: #000;
}

.css-1u9des2-indicatorSeparator {
    display: none;
}

.mssn_flx .slick-prev {
    left: unset;
    right: 70px;
}

.mssn_flx .slick-next {
    right: 15px;
    rotate: 180deg;
    top: -99px !important;
}

.neq {
    background: url('../js/guest_theme/assets/images/about_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    height: 700px;
    padding: 40px 0;
    margin-top: 50px;
}

.neq_inr {
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.neq_fx h2 {
    color: #040404;
    text-align: center;
    font-size: 30px;
    font-style: italic;
    font-weight: 600;
    line-height: normal;
}

.neq_fx p {
    color: #040404;
    font-size: 20px;
    font-style: italic;
    font-weight: 600;
    line-height: normal;
    text-align: right;
}

.neq_fx {
    width: 70%;
}

.smpl_tx {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 80px;
}

.slk_crd .mssn_crd {
    position: relative;
}

.layout-wrapper {
    padding-top: 90px;
}
.page-home {
    padding-top: 0;
}



.page-products .our_hd_flx .hd {
    width: 70%;
}

.common_card .common_btn {
    margin-top: 20px;
}

.mssn_mdl {
    padding: 20px;
}

/* .mssn_crd:first-child {
    margin-left: 4px;
}
.mssn_crd:last-child {
    margin-right: 4px;
} */

.upcming_prd .our_flx {
    margin-top: 60px;
    display: block;
}


.upcming_prd .our_flx .common_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.upcming_prd .our_flx .common_img {
    height: 270px;
}

/* .slk_crd .slick-slide {
    margin: 0 15px;
}
.slk_crd .slick-list {
    margin: 0 -15px;
} */

.swiper-wrapper .common_card,
.swiper-wrapper .mssn_crd {
    margin-inline: 5px;
}

.upcming_prd .our_hd_flx {
    position: absolute;
    left: 0;
    left: 30px;
    width: 90%;
}

.upcming_inr {
    position: relative;
}

.upcming_prd .common_img {
    height: 290px;
}

.upcming_prd .txt_des {
    min-height: 100px;
}

.page-products .upcming_prd {
    padding-bottom: 70px;
}

.meet_card {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    height: 100%;
}

.meet_img {
    height: 280px;
    overflow: hidden;
}

.meet_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.meet_cnt {
    padding: 20px;
    position: relative;
}

.meet_cnt h3 {
    color: #000;
    font-size: 22px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 4px;
    width: 85%;
}

.meet_cnt p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    /* 175% */
}


.meet_inr {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 60px 10px;
    margin-top: 80px;
}


.meer_hd a svg {
    width: 27px;
    height: 27px;
}

.meer_hd {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Wrapper */
.career_tbl {
    border-top: 1px solid #e5e5e5;
    background: #fff;
}

/* Header row */
.career_hdr {
    display: grid;
    grid-template-columns: 3fr 2fr 2fr 60px;
    padding: 16px 20px;
    font-weight: 600;
    border-bottom: 1px solid #e5e5e5;
    color: #111;
}



/* Clickable main row */
.cre_lst {
    display: grid;
    grid-template-columns: 3fr 2fr 2fr 60px;
    padding: 18px 20px;
    align-items: center;
    cursor: pointer;
}

.meet_rw .career_row.active:last-child .career_desc {
    border-bottom: 1px solid #C1C1C1;
}

.cree_bx {
    width: 59%;
    margin-left: auto;
}

.career_main span {
    font-size: 14px;
    color: #222;
}

/* Arrow */
.arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease;
    font-size: 18px;
}

/* Description (accordion body) */
.career_desc {
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
    transition: all 0.35s ease;

    /* background: #fafafa; */
}

.career_desc h4 {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
}


.career_row .cre_lst,
.career_row.active .career_desc {
    border-top: 1px solid #C1C1C1;
}

.career_desc ul {
    margin-top: 30px;
    padding-left: 18px;
}

.career_desc li {
    font-size: 14px;
    margin-bottom: 6px;
    line-height: 1.5;
    list-style: disc;
}

/* Active state */
.career_row.active .career_desc {
    max-height: 500px;
    /* enough for content */
    padding: 20px;
}

.career_row.active .arrow {
    transform: rotate(180deg);
}

.cre_arw {
    width: 32px;
    height: 32px;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.active .cre_arw svg {
    rotate: 60deg;
}

.cre_arw svg {
    transition: all 0.35s ease;
}

.cre_pt {
    color: #000;
    font-family: "Instrument Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.met_team h3 {
    color: #000;
    font-family: "Instrument Sans";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.met_team {
    margin-top: 60px;
}

.meet_rw {
    margin-top: 30px;
}

.meet_btn {
    display: flex;
    justify-content: flex-end;
    margin-top: 40px;
}

.our_hd_flx .selt {
    display: inline-block;
    z-index: 2;
}

.meet_mail span {
    width: 42px;
    height: 42px;
    border: 2px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.meet_mail span svg {
    rotate: 45deg;
}

.meet_mail p {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    margin-top: 10px;
}

.meet_mail p a {
    color: #FF0000;
}

.meet_mail {
    margin-top: 50px;
}

.meet_sec {
    padding: 20px 0 50px;
}

.commit {
    padding: 35px 0 0;
}
.form_grp_inr {
    display: flex;
    flex: 1;
    gap: 20px;
}
.form_grp .selt .css-b62m3t-container {
    width: 100%;
}

.form_grp .selt .css-13cymwt-control {
    border-radius: 0;
    box-shadow: 0px 1px 2px 0px #0000001A, 0px 4px 4px 0px #00000017, 0px 8px 5px 0px #0000000D, 0px 15px 6px 0px #00000003, 0px 23px 7px 0px #00000000;
    width: 100%;
    background: #FFFFFF;
    border: unset;
    padding: 9px 10px;
    font-size: 16px;
}
.form_grp .selt .css-t3ipsp-control{
        border-radius: 0;
    box-shadow: 0px 1px 2px 0px #0000001A, 0px 4px 4px 0px #00000017, 0px 8px 5px 0px #0000000D, 0px 15px 6px 0px #00000003, 0px 23px 7px 0px #00000000;
    width: 100%;
    background: #FFFFFF;
    border: unset;
    padding: 9px 10px;
    font-size: 16px;
}
.form_grp .selt .css-tj5bde-Svg path {
    stroke: #000;
    fill: #000;
}
.form_grp .selt .css-1xc3v61-indicatorContainer,.form_grp .selt .css-15lsz6c-indicatorContainer{
    background: url('../js/guest_theme/assets/images/arrowselect.svg');

    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
}
.req_bt .sbmit {
    width: 50%;
    padding: 14px 100px;
    background: #FF0000;
    box-shadow: 0px 1px 2px 0px #0000001A, 0px 4px 4px 0px #00000017, 0px 8px 5px 0px #0000000D, 0px 15px 6px 0px #00000003, 0px 23px 7px 0px #00000000;
}
.contus_sec {
    padding: 90px 0 70px;
}
.contus_sec .form h3 {
    font-size: 28px;
}
textarea:focus-visible {
    outline: 0px;
}
.pop_overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 100px 0 80px; /* 👈 top & bottom gap */
  z-index: 999;
  overflow-y: auto;
}

.pop_main {
  background: #fff;
  width: 90%;
  max-width: 80%;
  padding: 30px;
  border-radius: 10px;
      position: relative;
}

.close_btn {
  position: absolute;
  top: 12px;
  right: 15px;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
}

@keyframes popup {
  from {
    transform: scale(0.9);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

.upload_box {
  width: 100%;
}

.upload_box input[type="file"] {
  display: none;
}

.upload_ui {
  border-radius: 6px;
  padding: 40px 20px;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
  background: #fff;
}

.upload_ui:hover {
  border-color: #000;
}
.pop_main .req_bt .sbmit {
    background: #2A2A2A;
        padding: 14px 60px;
font-size: 18px;
font-weight: 500;
box-shadow:
  0px 1px 2px 0px #0000001A,
  0px 4px 4px 0px #00000017,
  0px 8px 5px 0px #0000000D,
  0px 15px 6px 0px #00000003,
  0px 23px 7px 0px #00000000;

}
.pop_sec h3 {
    font-weight: 500;
    font-size: 30px;
    line-height: 100%;
}
.cross_icon {
    all: unset;
    position: absolute;
    right: -15px;
    top: -14px;
    padding: 5px;
    font-size: 22px;
    background: #333;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.pop_main  .req_bt {
    display: flex;
    align-items: center;
    justify-content: center;
}
.upload_ui .icon {
  display: block;
  margin-bottom: 10px;
}.upload_ui strong {
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
}

.upload_ui p {
  color: #888;
  font-size: 14px;
}
.certifi .common_img {
    height: 500px;
}
.certifi .common_img img {
    object-fit: contain;
}
.contrl_btn .common_btn {
    display: inline-flex;
}
.upload_ui{box-shadow: 0px 1px 2px 0px #0000001A, 0px 4px 4px 0px #00000017, 0px 8px 5px 0px #0000000D, 0px 15px 6px 0px #00000003, 0px 23px 7px 0px #00000000;
    width: 100%;
    background: #FFFFFF;}
    .product-section {
  padding: 60px 0;
}

.product-wrapper {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.product-gallery {
  width: 60%;
}
/* .product-section .swiper-slide {
    width: 100% !important;
}.swiper.swiper_sldr3 {
    width: 100%;
}
.swiper_sldr3 .swiper-slide {
    width: 100% !important;
} */

.main-slider img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.thumb-slider {
    margin-top: 15px;
    width: 500px;

}

.thumb-slider img {
  width: 100%;
  cursor: pointer;
}

.product-content {
  width: 38%;
}

.product-content h2 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 700;
    line-height: 120%;
}

.pro_img {
    height: 450px;
    width: 100%;
    box-shadow: 0px 1px 3px 0px #0000001A, 0px 5px 5px 0px #00000017, 0px 11px 6px 0px #0000000D, 0px 19px 8px 0px #00000003, 0px 30px 8px 0px #00000000;
    padding: 50px 20px;
}

.main-slider img {
    height: 100%;
}
.main-slider .swiper-slide {
    padding: 30px;
}
 
.thm_mg {
    width:  90px;
    height: 90px;
        border: 1px solid #000000;
    padding: 10px;

}
.thm_mg img{
    width:  100%;
    height: 100%;
    object-fit: contain;
}
.main-slider  .swiper-button-next,.swiper_sldr3  .swiper-button-next {
  
    border: 1px solid #000;
      width: 38px;
    height: 92px;
    padding: 7px;
        right: 50px;
}
.main-slider  .swiper-button-prev svg path, .main-slider  .swiper-button-next svg path,
.swiper_sldr3  .swiper-button-prev svg path, .swiper_sldr3  .swiper-button-next svg path
 {
    stroke: #000;
    fill: #000;
    stroke-width: 0px;
}
.main-slider   .swiper-button-prev,.swiper_sldr3   .swiper-button-prev {

    border: 1px solid #000;
    width: 38px;
    height: 92px;
        left: 50px;

    padding: 7px;
}
 .subtitle {
    font-weight: 500;
    margin-top: 20px;
    font-size: 16px;
    border-top: 1px solid #CFCFCF;
    padding-top: 20px;
}
.subtitle p {
    margin-top: 15px;
}
.over {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.over span {
    font-size: 34px;
    font-weight: 100;
}
.bopcu_sec img,.model_sec img,.three_d img,
.pro_img img,.remote-images figure img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/* .swiper_sldr3 .swiper-slide {
    padding: 30px;
} */
.bopcu_sec {
    padding: 13px 13px 30px;
}
.model_sec {
    padding: 30px 100px;
    text-align: center;
   
  
 figure {
    margin-top: 30px;
}
}
  .border_center h2:after {
    left: 48%;
}
 .border_center h2 {
    padding-bottom: 15px;
    text-align: center;
}

.three_sec{   border: 1px solid #000000 ; 
 padding: 45px 100px;
    text-align: center;
    margin: 50px 0; }

.common_box_show{
    box-shadow: 0px 1px 3px 0px #0000001A, 0px 5px 5px 0px #00000017, 0px 11px 6px 0px #0000000D, 0px 19px 8px 0px #00000003, 0px 30px 8px 0px #00000000;}

.three_d {
    text-align: center;
    margin-top: 130px;
    height: 530px;
}




.product-layout {
  display: flex;
  gap: 20px;
  justify-content: space-around;
  border: 1px solid #CFCFCF;
}

.left_tb {
  width: 260px;
  padding: 30px 0px 0 20px;
}
.variants_sec,.test-panels {
    padding: 50px 30px;
        border-bottom: 1px solid #CFCFCF;
}
.remote-panels,.hydrau-panels,.dedicated-shear,
.monitoring-data,.option-drive-sec,.accessories-bop-sec {
    padding: 50px 30px;
        border-bottom: 1px solid #CFCFCF;
}
.left-tabs {
  position: sticky;
  top: 120px;
}

.tab {
  display: block;
  width: 100%;
  padding:20px 14px;
  border: none;
  background: #fff;
  border-bottom: 1px solid #CFCFCF;
  cursor: pointer;
  box-shadow: 0px 1px 3px 0px #0000001A, 0px 5px 5px 0px #00000017, 0px 11px 6px 0px #0000000D, 0px 19px 8px 0px #00000003, 0px 30px 8px 0px #00000000;
font-size: 14px;
font-weight: 600;
}
.tab_btn {
    display: block;
    padding: 20px 20px;
    border: none;
    background: #fff;
    border-bottom: 1px solid #CFCFCF;
    cursor: pointer;
    box-shadow: 0px 1px 3px 0px #0000001A, 0px 5px 5px 0px #00000017, 0px 11px 6px 0px #0000000D, 0px 19px 8px 0px #00000003, 0px 30px 8px 0px #00000000;
    font-size: 14px;
    font-weight: 600;
}

.tab.active {
  background: red;
  color: #fff;
}

.product_c_r{
  /* flex: 1; */
   border-left: 1px solid #CFCFCF;
    /* padding:50px 30px; */
    width: 85%;
}
/* .product_c_r section {
    padding: 50px 30px;
    border-bottom: 1px solid #CFCFCF;
} */

.section {
  margin-bottom: 80px;
}

.variant-layout,
.remote-layout,
.panel-layout {
  display: flex;
  gap: 30px;
}

.tab_btn {
  margin-right: 10px;
}

.tab_btn.active,
.tab_btn_dfr.active {
  background: red;
  color: white;
}
.variant-buttons {
    margin-top: 60px;
    display: flex;
    align-items: center;
    gap: 50px;
    justify-content: center;
}
.abt_bnner {
    margin-top: 30px;
}
.abt_bnner .hd p:first-child {
    margin-top: 0;
}
.abt_bnner .hd {
    text-align: justify;
}
.abt_bnner .wel_r img {
    filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.10)) drop-shadow(0px 7px 7px rgba(0, 0, 0, 0.09)) drop-shadow(0px 16px 10px rgba(0, 0, 0, 0.05)) drop-shadow(0px 29px 11px rgba(0, 0, 0, 0.02)) drop-shadow(0px 45px 13px rgba(0, 0, 0, 0));
}
.abt_bnner .wel_r {
    box-shadow: unset;
}
.white_hdr:before {
    background: hsl(0deg 0% 100% / 70%);
}
.product_c_r .pro_img {
    margin: 10px 30px 30px;
    width: auto;
}


.variant-gallery {
    width: 55%;
}
.variant_flx {
    display: flex;
    align-items: center;
}
.variant_flx .product-content {
    flex: 1;
}
.variants_sec .product-wrapper {
    margin-top: 70px;
}
.font22{
font-weight: 700;
font-size: 22px;
line-height: 120%;

}
.font18{
font-weight: 600;
font-size: 18px;
line-height: 120%;

}

.font16{
font-weight: 500;
font-size: 16px;
line-height: 120%;

}
.vari-content h3 {
    margin-top: 10px;
}
.var_list{margin-top: 24px;}
.var_list li {
    padding: 6px 0;
}


.remote-l {
    width: 60%;
    display: flex;
    gap: 20px;
}
.remote-images {
    box-shadow: 0px 1px 3px 0px #0000001A, 0px 5px 5px 0px #00000017, 0px 11px 6px 0px #0000000D, 0px 19px 8px 0px #00000003, 0px 30px 8px 0px #00000000;
    padding: 25px 10px;
    flex: 1;
}
.remote-l {
    width: 60%;
    display: flex;
    gap: 20px;
}
.remote-images figure{
   
    width: 100%;
    height: 260px;
}
.vari-content {
    flex: 1;
}

.frm_inp .react-tel-input .form-control {
    box-shadow: 0px 1px 2px 0px #0000001A, 0px 4px 4px 0px #00000017, 0px 8px 5px 0px #0000000D, 0px 15px 6px 0px #00000003, 0px 23px 7px 0px #00000000;
    width: 100%;
    background: #FFFFFF;
    border: unset;
    padding: 15px 10px;
    font-size: 16px;
    height: auto;
    padding-left: 55px;
}
.frm_inp .react-tel-input .selected-flag {
    width: 48px;
}
.frm_inp .react-tel-input .selected-flag .arrow {
    
    left: 28px;
}
.frm_inp .react-tel-input .flag-dropdown {
   
    background-color: #fff;
    border: 0;
    border-right: 1px solid #D0D0D0;
}
.remote-images h3 {
    text-align: center;
    margin-top: 30px;
    font-weight: 700;
}
.vari-content {
    flex: 1;
}
.remote-layout {
    margin-bottom: 50px;
    padding-top: 50px;
}
.our.certfit .our_flx {
    gap: 45px 16px;
}
.certfit {
    padding-bottom: 100px;
}
.type_hd {
    padding: 20px 40px;
}
.tab_btn_dfr {
    display: block;
    padding: 20px 20px;
    border: none;
    background: #fff;
    border-right: 1px solid #CFCFCF;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    width: 200px;
}
.type-tabs {
        display: flex;
    border: 1px solid #CFCFCF;
    border-left: 0;
}
.type_panel .product-wrapper {
    margin-top: 75px;
    margin-bottom: 40px;
}
footer > div {
    z-index: 1;
    position: relative;
}
.key_lst {
    padding-inline-start: 20px;
    list-style: disc;
    flex: 1;
}


.ket_frm {
    box-shadow: 0px 1px 3px 0px #0000001A, 0px 5px 5px 0px #00000017, 0px 11px 6px 0px #0000000D, 0px 19px 8px 0px #00000003, 0px 30px 8px 0px #00000000;
   
}
.ket_frm_hd {
    padding: 24px;
    border-bottom: 1px solid #CFCFCF;
}
.ket_frm_flx {
    display: flex;
    padding: 24px;
    justify-content: space-between;
    gap: 200px;
}
.hydrau_sec .remote-images figure {
    height: 420px;
}
.hydrau-panels {
    border-top: 1px solid #CFCFCF;
}
.key_lst > li {
    padding-bottom: 10px;
}
.key_lst li {
    font-size: 14px;
    line-height: 26px;
}
.inr_list {
    padding-inline-start: 20px;
    list-style: disc;
}
.optnl_drv .hd {
    text-align: center;
}
.ptnl_drv-l {
    width: 60%;
    display: flex;
    gap: 20px;
    padding: 20px;
}


.optnl_drv_main {
    display: flex;
    /* gap: 30px; */
    justify-content: space-between;
    margin-top: 50px;
}
.option_right {
    flex: 1;
    border-left: 1px solid #CFCFCF;
}
.ptnl_drv-images figure {
    box-shadow: 0px 1px 3px 0px #0000001A, 0px 5px 5px 0px #00000017, 0px 11px 6px 0px #0000000D, 0px 19px 8px 0px #00000003, 0px 30px 8px 0px #00000000;
    padding: 25px 10px;
        width: 100%;
    height: 260px;
}

.ptnl_drv-images figure img{
    width: 100%;
    object-fit: contain;
    height: 100%;
}
.con_icon_r a {
    display: block;
    margin-top: 5px;
}
.shadow{    box-shadow: 0px 1px 3px 0px #0000001A, 0px 5px 5px 0px #00000017, 0px 11px 6px 0px #0000000D, 0px 19px 8px 0px #00000003, 0px 30px 8px 0px #00000000;}
.ptnl_md {
    margin-top: 40px;
}
.ptnl_md h3 {
    font-size: 20px;
    line-height: 120%;
}
.ptnl_md dir {
    margin-top: 10px;
    font-size: 14px;
    line-height: 28px;
    font-style: italic;
}

.accodian_list .over{
    padding: 20px 25px;
    border: 0;
    background: transparent;
    box-shadow: unset;
    outline: 0;
    border-bottom: 1px solid #CFCFCF;
    cursor: pointer;
}
.accodian_list .var_list {
    padding-inline: 20px;
}

.active .var_list {
    border-bottom: 1px solid #CFCFCF;
    padding-bottom: 10px;
}

.accodian_list.active:last-child .var_list{border-bottom: 0;}
.bold_tx li{font-size: 14px;font-weight: 600;}
.bold_tx{list-style-type: disc;padding-inline-start: 20px;}
.accessories-bop-sec,.certifications-sec {
    padding: 50px 30px;
}
.acc_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin-top: 50px;
}

.acc_img {
    width: 100%;
    height: 100%;
}
.lft_cer {
    flex: 1;
}
.certifications-sec .ket_frm_flx {
    margin-top: 50px;
}
.lft_cer_hd h3 {
    font-size: 20px;
    line-height: 30px;
}
.lft_cer_hd p {
    margin-top: 5px;
}
.lft_cer_hd {
    margin-bottom: 10px;
}
.certi_tx {
    border-bottom: 1px solid #CFCFCF;
    padding-bottom: 10px;
}

.subtitle_btm {
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 16px;
    border-bottom: 1px solid #CFCFCF;
    padding-bottom: 10px;
}
.stand-tabs {
    display: flex;
    border-bottom: 1px solid #CFCFCF;
}
.stand_test_r {
    border-left: 1px solid #CFCFCF;
        flex: 1;
}
.stand_test_l {
    width: 22%;
    padding: 25px 20px;
}
.stand_test {
    display: flex;
    border-bottom: 1px solid #CFCFCF;
}

.stand_test_r .product-wrapper {
    margin-top: 40px;
    gap: 0;
}
.stand_test_r .vari-content {
    padding-right: 20px;
}
.simpple_tx{list-style: disc;}
.mdle_mg{margin-top: 6px;}
.mt20{margin-top: 20px;}
.product_c_r .stand-gallery .pro_img {
    width: 360px;
}
.mdle_sec {
    padding: 30px;
}
.mdle_mg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.mdle_mg {
    width: 100%;
    height: 100%;
}
.modle_inr
 {
    margin-top: 50px;
}


.hd_btm h2{
    font-weight: 700;
    font-size: 28px;
    line-height: 140%;
    position: relative;
}
.hd_btm h3{
  
font-weight: 600;
font-size: 18px;
line-height: 120%;

}
.hd_btm p{    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: #000000;
    margin-top: 25px;}
    .hd_btm{position: relative;
    text-align: center;}
    .hd_btm:after {
    content: '';
    position: absolute;
    background: #FF0000;
    left: 0;
    height: 1px;
    width: 70px;
    bottom: -10px;
        right: 0;
    margin: 0 auto;
}
#customized .over {
    padding-left: 0;
}
#customized .product-wrapper {
    gap: 0;
}
.test_ons {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 60px;
        margin-block: 60px;
}
.test_crd {
        width: 33%;
    padding: 25px;
}
.test_crd figure {
    height: 360px;
    text-align: center;
    width: 300px;
    margin: 0 auto;
}


.test_crd figure img{
    height: 100%;
    width: 100%;
   object-fit: contain;
}
.test_lst{list-style: disc;    padding-inline-start: 20px;
    margin-top: 20px;}
.test_lst li{font-size: 14px;line-height: 28px;color: #000;font-weight: 400;}
.test_crd h2 {
    margin-top: 20px;
}
.test_ons_sec .hd_btm p {
    margin-top: 0px;
}
.remote-images h5 {
    text-align: center;
    margin-top: 30px;
}
.other-wrapper {
    padding: 40px;
        border-bottom: 1px solid #CFCFCF;
}
.other_sb {
    margin-top: 30px;
}
.other-wrapper .var_list {
    margin-top: 15px;
}
.other-wrapper .modle_inr {
    margin-top: 25px;
}
.based li {
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
}
.based,.common_list {
    list-style: disc;
    padding-inline-start: 20px;
}
.common_list {margin-top: 20px;}
.common_list li {
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
}
.hydraul .subtitle p {
    margin-top: 0;
}
.power_sec .hd_btm {
    margin: 60px;
}
.var_list li {
    font-size: 14px;
}
.pwr_con h2 {
    border-bottom: 1px solid #CFCFCF;
    padding-bottom: 15px;
}
.hydraul {
    padding: 40px;
    border-bottom: 1px solid #CFCFCF;
}
.tor_sys .mdle_mg {
    width: 60%;
    margin: 0px auto;
        position: relative;
    top: 4px;
    overflow: hidden;
}
.tor_sys .pwr_con {
    margin-top: 50px;
}
.mt10{margin-top: 10px;}

/*hammer section  */
.hammer-section {
  padding: 70px 20px;
  background: linear-gradient(
    to right,
    #f5fbff,
    #eaf6ff,
    #fdfdfd
  );
    margin: 0 20px;
}


/* Main Heading */
.main-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 60px;
  position: relative;
  text-align: center;
}

.main-title::after {
  content: "";
  width: 120px;
  height: 3px;
  background: #ff4d4d;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}

/* Grid Layout */
.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    place-content: center;
}


/* Feature Boxes */
.feature-box h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
  position: relative;
  display: inline-block;
}

.feature-box h3::after {
  content: "";
  width: 40px;
  height: 2px;
  background: #ff4d4d;
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
}

.feature-box p {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  max-width: 270px;
  margin: auto;
}

.feature-box {
    text-align: center;
      width: 32%;
}

.hammer_flx {
    display: flex;
    gap: 10px;
    padding: 70px;
}

.hammer_img {
    width: 365px;
    aspect-ratio: 365 / 376;
    margin: 0 auto;
}

.hammer_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.hmmr_tx {
    padding: 20px;
}
.inter_l {
    width: 33%;
    border-right: 1px solid #CFCFCF;
    padding: 30px;
}
.inter_r {
    display: flex;
    flex: 1;
    gap: 70px;
    padding: 40px;
}
.inter_r .hammer_card {
    width: 50%;
}
.inter_sc {
    display: flex;
}
.hammer_sec{
    border-bottom: 1px solid #CFCFCF;

}
.inter_r .hmmr_tx h3 {
    text-align: center;
}
.ftting {
       padding: 0 30px 30px;
    border-bottom: 1px solid #CFCFCF;
}
.hose p{font-weight: 400;}
.hose h3{font-weight: 700;}
.text_mng {
    width: 60%;
    margin-inline: auto;
    text-align: center;
}
.air_flx {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
        margin-top: 80px;
}

    .air_card {
    width: 48%;
}
.air_img {
    width: 50%;
    height: 100%;
}

.air_img img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}
.air_tx {
    padding: 20px;
}
.air_tx h4 {
    border-top: 1px solid #CFCFCF;
    padding-top: 20px;
    margin-top: 20px;
}
.air_tx .common_list {
    margin-top: 0;
}
.aircard_img {
    text-align: center;
}
/* MEDIA QUERIES */
@media (max-width: 1600px) {
    .wel_r {
    height: auto;
    }

    .hero {
        height: 630px;
    }

    .upcming_prd .our_hd_flx {
        width: 88%;
    }
}

@media (max-width: 1400px) {
    .nav_lst {
    gap: 30px;
}
    .count_pt {
    width: 200px;
}
   
    .meet_inr {
        grid-template-columns: repeat(3, 1fr);
        gap: 30px 10px;
    }

    .meet_sec {
        padding: 40px 0 20px;
    }

    .hero_fl {
        width: 60%;
    }

    .hero_fl h1 {
        font-size: 32px;
        line-height: 130%;
    }

    .hero_fl p {
        font-size: 18px;
        line-height: 120%;
    }
}

@media (max-width: 1300px) {

    .upcming_prd .our_hd_flx {
        width: 87%;
    }
}

@media (max-width: 1200px) {
    
    .meet_inr {
    margin-top: 40px;
}
    .meet_cnt p {
        font-size: 14px;
        line-height: 22px;
    }

    .meet_cnt h3 {
        font-size: 18px;
    }

    .swiper_sldr .swiper-wrapper {
        padding-top: 70px;
    }

    .rd_tx {
        font-size: 16px;
        line-height: 120%;
        margin-top: 10px;
    }

    p {
        line-height: 24px;
    }

    .mssn_crd h3 {
        font-size: 18px;
        line-height: 120%;
    }

    .hd h2 {
        font-weight: 700;
        font-size: 24px;
        line-height: 140%;
        position: relative;
    }


    .hero {
        height: 700px;
    }

    .nav_lst {
        gap: 20px;
    }

    .wel_l .common_btn {
        margin-top: 40px;
    }

    .certifi .our_flx,
    .commit .our_flx {
        gap: 15px;
    }

    .commit .common_img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .certfit .common_img {
        /* min-height: 280px; */
        transition: all .5s ease;
        height: 300px;

    }

    .txt_tle {
        font-size: 18px;
    }

    .cont {
        padding: 0 10px;
        max-width: 95%;
        width: 95%;
    }

    .hero_fl h1 {
        font-size: 32px;
    }

    .hero_fl p {
        font-size: 20px;
        line-height: 130%;
    }

    .count_pt h3 {
        font-size: 36px;
    }
    .count_pt {
    text-align: center;
    width: 100%;
}
.count_l {
    place-items: unset;
}
}

@media (max-width: 992px) {
    .white_hdr .menu_toggle .bar {
    background: #000;
}
  .white_hdr .hd_flx .nav.open {
    background: #fff;
}
    .frm_inp {
    flex: 1;
    width: 100%;
}
.form_grp {
    gap: 15px;
}
.form_grp {
    flex-direction: column;
}

.form_grp .selt {
    display: block;
}
.form_grp_inr {
    width: 100%;
}
        .meet_inr {
        grid-template-columns: repeat(2, 1fr);
    }

    .upcming_prd .our_hd_flx {
        width: 84%;
    }

    .mssn_r .hd:last-child {
        margin-top: 10px;
    }

    .com_pdg {
        padding: 50px 0;
    }

    .nav {
        gap: 15px;
    }

    .nav_select {
        display: none;
    }

    .our_flx {
        grid-template-columns: repeat(2, 1fr);
    }

    .con_dtl h3 {
        font-size: 24px;
        line-height: 130%;
    }

    .ftr_hd h2 {
        font-size: 24px;
    }

    .wel_l {
        width: 100%;
    }

    .wel_r {
        width: 100%;
        height: 100%;
        margin-top: 20px;
    }

    .count_pt {
        padding: 10px;
    }

    .count_pt h3 {
        font-size: 24px;
    }

    .count_pt h4 {
        font-size: 14px;
    }

    .wel_flx {
        flex-wrap: wrap;
    }

    .our_hd_flx .hd {
        width: 65%;
    }

    .two_col {
        grid-template-columns: 57% 40%;
    }

    .our_flx {
        margin-top: 50px;
    }

    .our {
        padding: 40px 0 35px;
    }

    .foter_in {
        grid-template-columns: repeat(3, 1fr);

    }

    .selt {
        display: none;
    }

    .menu_toggle {
        display: flex;
        flex-direction: column;
                position: absolute;
        right: 20px;
        z-index: 9999;
    }
.header_l .selt {
    display: inline-block;
}

    .hd_flx .nav,
    .nav {
        position: fixed;
        top: 0px;
        right: 0;
        left: auto;
        width: 280px;
        height: calc(100% - 72px);
        background: linear-gradient(180deg, #0b1c26, #020b12);
        flex-direction: column;
        /* padding: 20px; */
        transform: translateX(100%);
        transition: transform 0.35s ease, opacity 0.35s ease;
        opacity: 0;
        z-index: 999;
        box-shadow: -4px 0 12px rgba(0, 0, 0, 0.25);
        display: flex;
        align-items: flex-start;
                padding-top: 60px;
        height: 100%;
    }
    .nav_pt {
    padding: 20px 10px ;
    border-bottom: 1px solid #ccc;
    width: 100%;
}

    .nav.open {
        transform: translateX(0);
        opacity: 1;
    }

    .nav_lst {
        flex-direction: column;
        gap: 0px;
        align-items: flex-start;
        padding: 10px 0;
        width: 100%;
    }
.nav_bt {
    padding: 20px 10px;
}
.header {
    opacity: 1;
}



    .nav_bt a {
        width: 100%;
        display: inline-block;
        text-align: center;
    }

    .hd_flx img {
        width: 120px;
        height: auto;
    }

    /* overlay */
    .menu_overlay.open {
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.45);
        opacity: 0;
        visibility: hidden;
        transition: opacity .25s ease, visibility .25s;
        z-index: 990;
        pointer-events: none;
    }

    .menu_overlay.open {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .hero_fl {
        width: 70%;
        text-align: center;
        margin: 0 auto;
    }

    .vision_flx {
        flex-direction: column;
    }

    .mssn_l {
        width: 100%;
    }

    .vision_flx {
        margin-top: 0;
    }

    .his {
        margin-top: 10px;
    }

    .mssn {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .neq_fx h2 {
        font-size: 24px;
    }

    .neq_fx {
        width: 90%;
    }

    .mssn_r {
        padding: 10px;
    }
}

@media (max-width: 767px) {
    .pop_main {
    width: 95%;
    max-width: 95%;
    }
    .form_grp_inr {
    flex-direction: column;
}
.pop_sec h3 {
    font-size: 24px;
}


    .cre_lst {
    padding: 18px 0px;
        grid-template-columns: 3fr 2fr 2fr 30px;
}
.req_bt .sbmit {
    width: auto;
}
.career_desc ul {
    margin-top: 15px;
}
.cre_pt {
    font-size: 14px;
}
.cree_bx {
    width: 100%;
}
.met_team {
    margin-top: 40px;
}

    .swiper_sldr .swiper-wrapper {
        padding-top: 120px;
    }

    .mssn_mdl {
        padding: 0px;
    }

    .rd_tx {
        font-size: 14px;
    }

    .mssn_crd h3 {
        font-size: 16px;
    }

    .neq {
        height: 520px;
    }

    .up_txt {
        font-size: 14px;
    }

    .mssn_fg {
        height: auto;
    }



    p,
    .neq_fx p {
        line-height: 22px;
    }

    .neq_fx {
        width: 100%;
    }

    .neq_fx h2 {
        font-size: 20px;
    }

    .upcming_prd .our_hd_flx {
        flex-direction: column;
        padding-right: 0;
        left: 0;
        width: 100%;
    }

    .mssn_flx .swiper_sldr .swiper-button-prev,
    .mssn_flx .swiper_sldr .swiper-button-next,
    .mssn_flx .swiper_sldr .swiper-navigation-disabled & {
        display: inline-block !important;
    }



    .certifi .our_flx {
        margin-top: 50px;
    }

    .two_col {
        margin-top: 30px;
    }

    .common_btn {
        font-size: 16px;
    }

    .hero_fl {
        width: 100%;
    }

    .com_pdg {
        padding: 40px 0;
    }

    .count_l {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;

    }

    .count_pt:nth-child(2) {
        border-right: 0;
    }

    .txt_tle {
        font-size: 16px;
        margin-top: 12px;
    }

    .txt_des {
        margin-top: 10px;
    }

    .common_card {
        padding: 15px;
    }

    .our_hd_flx {
        flex-direction: column;
        gap: 20px;
    }

    .our_hd_flx .hd {
        width: 100%;
    }

    .hero {
        height: 550px;
    }

    .hero_fl h1 {
        font-size: 28px;
    }

    .hero_fl p {
        font-size: 18px;
    }

    .our_flx,
    .two_col {
        grid-template-columns: repeat(2, 1fr);
    }



    .certfit .common_img {
        min-height: 280px;
        transition: all .5s ease;

    }

    .hd h2 {
        font-size: 20px;
    }

    .commit .commn_btom {
        padding: 10px;
    }

    .our_flx {
        margin-top: 20px;
    }

    .txt_tle,
    .txt_hd {
        font-size: 16px;
        margin-top: 12px;
    }

    .txt_cer {
        font-size: 14px;
        margin-top: 10px;
    }

    .downld {
        font-size: 16px;
        margin-top: 10px;
    }

    .txt_mn {
        width: 100%;
        padding: 0;
    }

    .certifi .common_card {
        padding: 10px;
    }

    .certfit .common_img img {
        object-fit: contain;
    }

    .certifi .common_img img {
        object-fit: contain;
    }

    .certifi .common_img {
        height: 200px;
    }

    .contact_flx {
        flex-wrap: wrap;
    }

    .contact_l {
        width: 100%;
    }

    .contact_r {
        width: 100%;
    }

    .con_dtl h3 .blk {
        display: inline-block;
    }

    .con_dtl {
        margin-top: 50px;
    }

    .foter_col {
        padding-block: 0px;
    }

    .foter_in {
        padding-block: 30px;
    }

    .foter_col h3 {
        font-size: 18px;
    }

    .sbmit {
        padding: 10px;
        font-size: 18px;
    }

    /* Animated paragraph word/char styles */
    .animated-p .word {
      display: inline-block;
      white-space: nowrap;
    }
    .animated-p .word .char {
      display: inline-block;
      white-space: pre;
    }
    .animated-p .word-space { display:inline-block; width:0.4rem; }

    .ftr_hd h2 {
        font-size: 20px;
    }

    .ftr_hd h2 {
        padding: 30px 0;
    }

}

@media (max-width: 675px) {
        .header_l .selt .css-b62m3t-container {
        width: 125px;
    }
       .meet_inr {
        grid-template-columns: repeat(1, 1fr);
    }
}
@media (max-width: 575px) {
    
    .count_l {
        grid-template-columns: repeat(1, minmax(0, 1fr));

    }

    .count {
        padding-inline: 0;
    }


    .our_flx,
    .two_col {
        grid-template-columns: repeat(1, 1fr);
    }

    .foter_in {
        grid-template-columns: repeat(2, 1fr);
    }

}