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

a {
    text-decoration: unset;
    color: #000000;
}

p {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
}

ul {
    list-style: none;
}

figure,
p {
    margin: 0;
}

/* HEADER */
.header {
    background: linear-gradient(180deg, #0b1c26, #020b12);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 10px 0;
}

/* CONTAINER */
.cont {
    padding: 0 20px;
    margin-inline: auto;
    max-width: 82%;
    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: 28px;
}

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

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

}

.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;
}

.nav_pt a:hover::after {
    width: 100%;
}

/* 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 {

    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;
}

.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;
}

/* ************************************** */
.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;
}

.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;
}

.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 {
    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;
}

.count_pt {
    border-right: 1px solid #D5D5D5;
}

.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: 80px;
}

.certfit .common_img {
    min-height: 350px;
    padding: 10px;
    transition: all .5s ease;
        height: auto;
        display: flex;
        align-items: center;
}

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

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

.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 {
    background: rgb(149 149 149 / 17%);
}

.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-block: 30px;
}

.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: contain;
}

.wel_r {
    width: 52%;
    height: 450px;
}

.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;
}

.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-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;
}
/* MEDIA QUERIES */
@media (max-width: 1600px) {
    .hero {
        height: 630px;
    }
    .upcming_prd .our_hd_flx {
    width: 88%;
}
}

@media (max-width: 1400px) {

    .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) {
    .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;
     
    }

    .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;
    }
}






@media (max-width: 992px) {
    .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;
    }

    .hd_flx .nav,
    .nav {
        position: fixed;
        top: 72px;
        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;
    }

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

    .nav_lst {
        flex-direction: column;
        gap: 12px;
        align-items: flex-start;
        padding: 10px 0;
        width: 100%;
    }

    .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) {
     .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;
        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;
    }

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

    .ftr_hd h2 {
        padding: 30px 0;
    }
 
}

@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);
    }

}