@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body, html, * {
    font-family: "Roboto", sans-serif ;
}

body{
	overflow-x:hidden;
	top:0px  !important;}

.scrollAnim786 {
    opacity: 0;
    transform: translateY(60px);
    transition: all 0.7s ease;
}
.video_only_pagination{
    margin-top:0px !important;
}
.scrollAnim786.show786 {
    opacity: 1;
    transform: translateY(0px);
}
.vi_btn239{
    text-align:center;
}
.vi_btn239 a{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 30px;
    font-size: 17px;
    border-radius: 40px;
    background-color:#2e75b6;
    color: #fff;
    text-decoration: none;
    transition: 0.3s 
ease;
}
.mk15 li{
	margin-bottom:5px !important;
	font-size:17px !important;}


.gb154 h5{
	font-size:30px !important;}	

.all_header_style1{

}
.all_header_style1 .hdr786_menu a {
    color: #000;
}
.all_header_style1 .hdr786_search_icon {
    border-color: #000;
}
.all_header_style1 .hdr786_search_icon i{
    color: #000 !important;
}
.all_header_style1 .hdr786_lang_selected{
        color: #000;
    border-color: #000;
}
.all_header_style1 .hdr786_search_icon, .hdr786_search_icon_mobile{
        border-color: #000 !important;
}
.all_header_style1 .hdr786_search_icon_mobile i{
    color: #000 !important;
}
.all_header_style1 .hdr786_mobile_toggle i{
    color: #000 !important;
}

.ft15{
	margin-right:58px !important;}

.ft16{
	margin-right:50px !important;}

.ft17{
	margin-right:31px !important;}

.ft18{
	margin-right:52px !important;}

.ft19{
	margin-right:77px !important;}


.ft20{
	margin-right:14px !important;}

.ft21{
	margin-right:10px !important;}

.mbnk15{
	font-size:22px !important;
	margin-bottom:13px;
	color:#000 !important;}
	
.add1567{
	font-size:28px !important;
	color:#1A518A !important;}	

.add1568{
	font-size:19px !important;
	color:#000 !important;}	

.de125{
    padding-top: 378px !important;
    padding-right: 208px !important;}

/* sub menu start */
/* ================= DESKTOP SUBMENU ================= */
.hdr786_has_sub {
    position: relative;
}
.hdr786_submenu {
    position: absolute;
    top: 25px;
    left: 0;
    background: #fff;
    min-width: 180px;
    padding: 10px 0 10px 0;
    border-radius: 6px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
    list-style: none;
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px);
    transition: 0.3s;
}
.hdr786_submenu li a {
    display: block;
    padding: 10px 15px;
    color: #000 !important;
}
.hdr786_submenu li a:hover {
    background: #4472c4;
    color: #fff !important;
}

/* HOVER SHOW */
.hdr786_has_sub:hover .hdr786_submenu {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

/* ================= MOBILE SUBMENU ================= */
.mobile_menu12normal{
    font-size: 18px;
    padding: 8px 0;
}
/* MAIN ITEM */
.hdr786_mob_item {
    padding: 12px 0;
    font-size: 18px;
    cursor: pointer;
    position: relative;
}

/* ARROW */
.hdr786_mob_item::after {
    content: "+";
    position: absolute;
    right: 0;
    top: 12px;
    font-size: 20px;
    transition: 0.3s;
}

/* SUBMENU CLOSED */
.hdr786_mob_submenu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
    padding-left: 15px;
}

/* SUBMENU OPEN */
.hdr786_mob_has_sub.active .hdr786_mob_submenu {
    max-height: 300px; /* enough height */
}

/* ARROW ROTATE */
.hdr786_mob_has_sub.active .hdr786_mob_item::after {
    transform: rotate(45deg);
}


/* sub menu end */
/* ================= CHILD (LEVEL 2) SUBMENU – FINAL FIX ================= */

/* child parent */
.hdr786_child_parent{
    position: relative;
}

/* child submenu box */
.hdr786_child_submenu{
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 200px;
    background: #fff;
    padding: 8px 0;
    border-radius: 6px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);

    display: none;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(12px);
    transition: all 0.3s ease;
    z-index: 99999;
}

/* HOVER → show child submenu */
.hdr786_child_parent:hover > .hdr786_child_submenu{
    display: block;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0);
}

/* keep hover area safe (important) */
.hdr786_child_parent > a{
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}



/* ANIMATION */
@keyframes hdrpopfade{
    from{ opacity: 0; transform: translateY(8px); }
    to{ opacity: 1; transform: translateY(0); }
}

/* INPUT FIELD */
.hdr786_small_search_popup form input{
    width: 100%;
    height: 40px;
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 0 12px;
    font-size: 14px;
    transition: 0.2s ease;
}

/* INPUT FOCUS EFFECT */
.hdr786_small_search_popup form input:focus{
    border-color: #000;
    box-shadow: 0 0 0 2px rgba(134,40,40,0.15);
    outline: none;
}

/* SEARCH BUTTON */
.hdr786_small_search_popup form button{
    position: absolute;
    right: 22px;
    top: 18px;
    background: none;
    border: none;
    font-size: 16px;
    color: #000;
    cursor: pointer;
    transition: 0.2s ease;
}

/* BUTTON HOVER */
.hdr786_small_search_popup form button:hover{
    color: #000;
}

/* MAIN HEADER */
.hdr786_main {
    width: 100%;
    padding: 12px 0;
    position: fixed;
    top: 0;
    z-index: 9999;
    background: transparent;
    transition: 0.35s;
}
.hdr786_main.scrolled {
    background: #ffffff;
    box-shadow: 0 2px 15px rgba(0,0,0,0.15);
    padding: 0px;
}

/* LOGO */
.hdr786_logo img {
    width: 130px;
}

/* MENU */
.hdr786_menu {
    display: flex;
    gap: 30px;
    list-style: none;
    margin: 0 25px 0 0;
}
.hdr786_menu a {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    font-weight: 400;
}
.hdr786_main.scrolled .hdr786_menu a {
    color: #000;
}

/* SEARCH ICON */
.hdr786_search_icon, .hdr786_search_icon_mobile {
    height: 40px;
    width: 40px;
    border-radius: 100px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
    display: none !important;
    
}
.hdr786_main.scrolled .hdr786_search_icon {
    border-color: #000;
}
.hdr786_search_icon i,
.hdr786_search_icon_mobile i {
    font-size: 18px;
    color: #fff;
}
.hdr786_main.scrolled .hdr786_search_icon i {
    color: #000;
}

/* ⭐ CUSTOM FLAG SELECT */
.hdr786_lang_dropdown {
    position: relative;
    width: auto;
    margin-left: 15px;
    cursor: pointer;
}
.hdr786_lang_selected {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    padding: 8px 12px;
    border: 1px solid #fff;
    border-radius: 6px;
}
.hdr786_main.scrolled .hdr786_lang_selected {
    color: #000;
    border-color: #000;
}
.hdr786_main.scrolled .hdr786_search_icon_mobile{
border-color: #000;
}
.hdr786_main.scrolled .hdr786_search_icon_mobile i{
    color: #000;
}
.hdr786_main.scrolled .hdr786_mobile_toggle i{
color: #000;
}
.hdr786_lang_selected img {
    width: 20px;
}

.hdr786_lang_list {
    position: absolute;
    top: 110%;
    left: 0;
    background: #fff;
    width: 140px;
    border-radius: 6px;
    padding: 8px 0;
    display: none;
    box-shadow: 0 4px 14px rgba(0,0,0,0.15);
    list-style: none;
}
.hdr786_lang_list li {
    padding: 8px 12px;
    cursor: pointer;
    white-space: nowrap;
}
.hdr786_lang_list li img{
    width: 20px;
    margin-top: -3px;
	margin-right:8px;
    height: 13px;
}
.hdr786_lang_list li:hover {
    background: #f2f2f2;
}

/* ⭐ SMALL SEARCH DROPDOWN */
.hdr786_small_search_popup {
    position: fixed;
    top: 70px;
    right: 90px;
    width: 260px;
    background: #fff;
    padding: 12px;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.25);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: 0.3s;
    z-index: 99999;
}
.hdr786_small_search_popup.active {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}
.hdr786_small_search_popup input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
}

.skiptranslate{
	display:none !important;}

/* ⭐ MOBILE MENU */
.hdr786_mobile_toggle i{
    color: #ffffff;
    font-size: 24px;
}
.hdr786_mobile_menu {
    width: 260px;
    height: 100vh;
    background: #fff;
    position: fixed;
    top: 0;
    right: -100%;
    transition: 0.35s;
    padding: 40px 25px;
    z-index: 999999;
}
.hdr786_mobile_menu.active {
    right: 0;
}
.hdr786_mobile_menu ul {
    list-style: none;
    padding: 0;
}
.hdr786_mobile_menu a {
    display: block;
    padding: 12px 0;
    color: #000;
    text-decoration: none;
    font-size: 18px;
}
.hdr786_mobile_close i {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 26px;
    cursor: pointer;
}
@media (max-width: 768px) {
    .hdr786_lang_dropdown{
        margin-left: 0px;
    }
    .hdr786_lang_selected{
        padding: 4px 10px;
    }
}

.hero_section987 {
    position: relative;
    width: 100%;
    height: 680px;
    overflow: hidden;
}


.hero_video987 {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    z-index: -2;
    object-fit: cover;
}


.local_video { display: block; }
.yt_video { display: none; }

/* Dark Overlay */
.overlay987 {
    /* position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.55);
    z-index: -1; */
}

/* Center Content */
.hero_center_box987 {
    text-align: center;
    color: #fff;
}
.hero_cloumnstyle12{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 780px;
}
.hero_title_small987 {
    font-size: 50px;
    font-weight: 500;
    letter-spacing: 1px;
        overflow: hidden;        /* ⭐ mask create */
    display: inline-block;
}
.hero_title_small987,
.hero_title987 {
    opacity: 0;
    transform: translateY(70px);   /* ⭐ नीचे से उठकर आएगा */
    will-change: transform, opacity;
}

.brat15{
	padding:15px 20px;}

.hero_title987 {
    font-size:40px;
    font-weight: 300;
    margin: 0px 0 10px 0;
        overflow: hidden;        /* ⭐ mask create */
    display: inline-block;
}

.hero_text987 {
    font-size: 20px;
    margin: 10px 0 25px 0;
}

/* Button */
.hero_btn987 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 30px;
    font-size: 17px;
    border-radius: 40px;
    background: #fff;
    color: #000;
    text-decoration: none;
    transition: 0.3s ease;
}

.hero_btn987 i{
    font-size: 22px;
}
.hero_btn987:hover{
    background-color: #1A518A;
    color: #fff;
}
/* Scroll Down Icon */
.scroll_icon987 {
    position: absolute;
    bottom: 30px;
    left: 48%;
    transform: translateX(-50%);

    font-size: 35px;
    animation: bounce987 1.8s infinite;

    border: 1px solid;
    border-radius: 50%;
    height: 50px;
    width: 50px;

}

/* Animations */
@keyframes fadeUp987 {
    from { opacity: 0; transform: translate(-50%, -40%); }
    to { opacity: 1; transform: translate(-50%, -50%); }
}

@keyframes bounce987 {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(10px); }
}

/* Responsive */
@media (max-width: 768px) {
    .hero_title987 { font-size: 38px; }
    .hero_title_small987 { font-size: 24px; }
    .hero_text987 { font-size: 16px; }
}


/* hero end */




/* prodcut start css */
/* Product Box */
.our_product12{
    padding: 60px 0px;

}
.main_title12 {
    position: relative;
    text-align: center;
    font-size: 40px;
    font-weight: 300;
    margin-bottom: 40px;
}
.main_title12 span{
    font-weight: 500;
}
/* Underline */
.main_title12::before {
    content: "";
    position: absolute;
    bottom: -8px;        /* title se distance */
    left: 50%;
    transform: translateX(-50%);
    width: 60px;         /* underline width */
    height: 3px;         /* underline height */
    background: #1A518A; /* theme color */
    border-radius: 50px;
}

.productsec12 {
    height: 280px;
    border-radius: 5px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    transition: 0.4s ease;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 40px;
}

/* Dark Overlay */
.productsec12::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.1);
    transition: 0.35s ease;
    z-index: 0;
}
.productsec12{
  background-size: 132%;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-size 0.3s ease-in-out;
}

.productsec12:hover{
  background-size: 140%;
}

.productsec12:hover::before {
    background: rgba(0,0,0,0.1);
}

/* TITLE (Simple, like mockup) */
.productsec12 h3 {
    position: relative;
    z-index: 3;
    color: #fff;
    font-size: 20px;
    margin: 0;
    text-align: center;
    transition: 0.35s ease;
    transform: translateY(0px);
}

/* HOVER → Text slightly up */
.productsec12:hover h3 {
    transform: translateY(-35px);
}

/* READ MORE BUTTON (Hidden initially) */
.read_morebtn2 {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%) translateY(20px);
    background: #fff;
    color: #000;
    padding: 8px 26px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    opacity: 0;
    pointer-events: none;
    transition: 0.4s ease;
    z-index: 3;
}

/* Hover → Show Button */
.productsec12:hover .read_morebtn2 {
    transform: translateX(-50%) translateY(0px);
    opacity: 1;
    pointer-events: auto;
}

/* product end css */


/* about css start */

.about_section123 {
    padding: 80px 0;
    background-color: #F5F6F1;
    overflow: hidden;
    position: relative;
}

/* LEFT CONTENT - SAME */
.about_contentbox123{
    padding-right: 50px;
}
.about_contentbox123 h2.about_title123 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}
.about_text123 {
    font-size: 17px;
    line-height: 26px;
    color: #000;
    margin-bottom: 25px;
}

/* BUTTON - SAME */
.about_btn123 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 26px;
    background: #f59330;
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
    transition: 0.3s ease;
    font-weight: 600;
}
.about_btn123:hover {
    background: #dd7f20;
    transform: translateY(-3px);
}

/* RIGHT IMAGE SIDE */
.about_imagebox123 img{
	width:100%;
}

.padd_set15{
	padding-left:50px !important;
	padding-right:0px !important;}

/* Big background image - NO CHANGE */
.bigbg123 {
    background-size: cover;
    background-position: center;
    width: 470px;
    height: 570px;
    right: -65px;
    position: relative;
}

/* Small overlay image - UPDATED FOR SMOOTHNESS */
.smallimg123 {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 300px;
    height: 300px;
    
    /* Default position */
    transform: translate(-85%, -50%);
    object-fit: cover;
    object-position: top;

    /* Ye smoothness ke liye add kiya hai */
    transition: transform 0.1s linear; 
    will-change: transform;
}

/* RESPONSIVE */
@media(max-width: 991px){
    .about_imagebox123 {
        margin-top: 40px;
        height: 400px;
    }
    .smallimg123 {
        width: 75%;
        /* Mobile ke liye transform JS se override na ho, isliye !important use kar sakte hain agar script conflict kare */
        transform: translate(-75%, -35%); 
    }
    .about_two_section123 .smallimg123{
        width: 75%;
        transform: translate(-75%, -35%);
    }
    .about_two_section123 .about_imagebox123{
        flex-direction: column;
    }
    .about_two_section123 .about_imagebox123 .bigbg123{
        width: 100%;
    }
    .about_two_section123 .about_imagebox123 .smallimg123 {
        transform: translate(-29%, -50%) !important;
    }
    .smallimg_right_anim{
            right: -12px !important;
    bottom: 45px !important;
    }
}

/* Nayi class ke liye CSS */
.smallimg_right_anim {
    position: absolute;
    /* Right side set karne ke liye */
    right: 20px; 
    bottom: 100px; /* Thoda niche overlap ke liye */
    
    width: 300px;
    height: 300px;
    object-fit: cover;
    
    /* Animation Smoothness */
    transition: transform 0.1s linear;
    will-change: transform;
    z-index: 2;
}
/* about css end */

/* second about start */

.about_list123{
    padding-left: 20px;
}
.about_list123 li{
font-size: 17px;
}

.about_two_section123 {
    padding: 80px 0;
}
.about_two_section123 .about_imagebox123 {
justify-content: start;
}
.about_two_section123 .about_imagebox123 .bigbg123{
    left: -65px;
    right: auto;
}
.about_two_section123 .about_imagebox123 .smallimg123{
        transform: translate(-15%, -50%);
}
/* Left image box (Now on Left Side) */



/* Content same as previous */
.about_contentbox123 h2.about_title123 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 44px;
}


/* Responsive */
@media(max-width: 991px){
    .about_two_imgbox123 {
        margin-bottom: 40px;
        height: auto;
        left: 0px;
        gap: 20px;
    }
    .about_threebox123{
        right: 0px !important;
    }
    .about_threebox123 .bottom_twoimng12{
        flex-direction: column;
    }
    .about_two_imgbox123 .about_one1,
    .about_two_imgbox123 .about_one3{
        width: 100%;

    }
    .about_two_imgbox123 .about_one2{
             position: relative;
            top: 0px;
            width: 100%;
            transform: none;
    }
    .about_two_smallimg123 {
        width: 75%;
        transform: translate(50%, -30%);
    }
}


/* second about end */


/* projects start */

/* SECTION SPACING */
.project_sections12 {
    padding: 70px 0;
}



/* PROJECT IMAGES BOX */
.pro_img12 {
    height: 280px;
    background-size: cover;
    background-position: center;
    border-radius: 6px;
    margin-bottom: 30px;
    border: 12px solid #F5F6F1;
}

/* TEXT SECTION BELOW IMAGES */
.project_text12 {
    margin-top: 20px;
}

.project_text12 h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 15px;
}

.project_text12 p {
font-size: 16px;
    color: #000;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .pro_img12 {
        height: 230px;
    }
}

@media (max-width: 576px) {
    .pro_img12 {
        height: 200px;
    }
    .project_text12 h2 {
        font-size: 26px;
    }
}
/* projects end */


/* clients start */

.clients_section12 {
    padding: 60px 0;
    background-color: #F5F6F1;
}

/* Each Logo Card */
.client_box12 {
    background: #ffffff;
    padding: 10px;
    
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    box-shadow: 0px 5px 20px rgba(0,0,0,0.05);
    transition: 0.3s ease;
}

.client_box12 img {
    height: 120px;
    object-fit: contain;
    width: 100%;
}

/* Hover effect (subtle) */
.client_box12:hover {
    transform: translateY(-4px);
    box-shadow: 0px 8px 25px rgba(0,0,0,0.12);
}



/* Responsive */
@media(max-width: 991px) {
    .client_box12 {
        height: 100px;
        padding: 20px;
    }
}

@media(max-width: 768px) {
    /* Tablet: 3 per row */
    .col-md-4 {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
}

@media(max-width: 576px) {
    /* Mobile: 2 per row */
    .col-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .client_box12 {
        height: 90px;
        padding: 15px;
    }
}
/* clients end */

/* review slider start */

.review_sections12 {
    padding: 70px 0;
}
.review_sections12 .container{
    overflow: hidden;
}
.review_slider12{
    overflow: visible !important;
        padding: 50px 0px;
}
/* SLIDE CARD DESIGN */
.review_card12 {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    position: relative;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.08);
    min-height: 220px;
}

/* QUOTE ICON (ABSOLUTE) */
.quote_icon12 {
    position: absolute;
    top: 30px;
    left: 30px;
    font-size: 60px;
    font-weight: 700;
    color: #e5e5e5;
    line-height: 1;
    font-family: serif;
    user-select: none;
}

/* TEXT */
.review_card12 p {
    font-size: 16px;
    color: #444;
line-height: 1.6;
    z-index: 1;
    position: relative;
}

/* CLIENT NAME & IMAGE */
.client_name12 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 18px;
}

.client_name12 img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.client_name12 p {
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    color: #000;
}

/* PAGINATION DOTS */
.review_pagination12 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #c9c9c9;
    opacity: 1;
    margin: 0 5px !important;
}

.review_pagination12 .swiper-pagination-bullet-active {
    background: #f59330; /* snapshot orange */
}

/* RESPONSIVE */
@media(max-width: 768px) {
    .review_card12 {
        padding: 20px;
    }
    .quote_icon12 {
        font-size: 50px;
    }
}

/* review slider end */




/* certificate start */

        .certi_wrap999 {
    position: relative;
    overflow: hidden;
    padding: 30px 60px;
    max-width: 1340px;
    margin: 0 auto;
        }

        /* Slide Box */
        .certi_slide999 img {
            width: 100%;
            border: 8px solid #f4f4f4;
            border-radius: 4px;
            cursor: pointer;
        }

        /* Outside Arrows */
        .certi_btn_prev999,
        .certi_btn_next999 {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            height: 45px;
            width: 45px;
            border-radius: 50%;
            border: 1px solid #000;
            background: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 22px;
            cursor: pointer;
            z-index: 10;
        }

        .certi_btn_prev999 { left: 10px; }
        .certi_btn_next999 { right: 10px; }
		
		
		        .certi_btn_prev9995,
        .certi_btn_next9995 {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            height: 45px;
            width: 45px;
            border-radius: 50%;
            border: 1px solid #000;
            background: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 22px;
            cursor: pointer;
            z-index: 10;
        }

        .certi_btn_prev9995 { left: 10px; }
        .certi_btn_next9995 { right: 10px; }

        /* ----------- POPUP ------------ */
        .certi_popup999 {
            position: fixed;
            top: 0; left: 0;
            width: 100%; height: 100%;
            background: rgba(0,0,0,0.85);
            display: none;
            align-items: center;
            justify-content: center;
            z-index: 9999;
        }

        .certi_popup_inner999 {
            position: relative;
            width: 80%;
            max-width: 800px;
        }

        .certi_popup_inner999 img {
               border-radius: 6px;
                height: 550px;
                width: auto;
                text-align: center;
                display: flex;
                justify-self: center;
        }

        .certi_close999 {
            position: absolute;
            top: -40px;
            right: 0;
            font-size: 35px;
            color: #fff;
            cursor: pointer;
        }

        /* Popup arrows */
        .certi_popup_prev999,
        .certi_popup_next999 {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            font-size: 40px;
            color: #fff;
            cursor: pointer;
            z-index: 30;
        }

        .certi_popup_prev999 { left: -60px; }
        .certi_popup_next999 { right: -60px; }
        /* Popup arrows – always visible inside popup */
.certi_popup_prev999,
.certi_popup_next999 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 40px;
    color: #fff;
    cursor: pointer;
    z-index: 50;
    background: rgba(0,0,0,0.4);
    height: 55px;
    width: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* LEFT ARROW */
.certi_popup_prev999 {
    left: 10px;      /* INSIDE POPUP */
}

/* RIGHT ARROW */
.certi_popup_next999 {
    right: 10px;     /* INSIDE POPUP */
}
@media(max-width: 768px) {
    .certi_popup_inner999 img{
            height: auto;
        width: 300px;
    }
}
/* certificate end */



















































/* footer start */

.footerZX12 {
    background: #333;
    color: #fff;
    padding: 60px 0 40px;
    font-family: Arial, sans-serif;
}

.cont_fotter{
	 width:100%;
	 position:relative;
	 display:block;}
	
.cont_fotter span{
	width:100%;
	display:block;
	font-size:16px;
	padding-left:37px;
	margin-bottom:14px;
	font-weight:400;}

.cont_fotter span i{
	position: absolute;
    left: -2px;
    font-size: 23px;
    width: 29px;
    text-align: center;
    padding-top: 0px;}	

.cont_fotter span b{
	font-weight:400;}
.cont_fotter span a{
    color:#fff;
    text-decoration:none;
}

/* Logo + About */
.footerZX12_logo {
    width: 200px;
    margin-bottom: 15px;
}

.footerZX12_about {
    line-height: 22px;
    padding-right: 40px;
}

/* Titles */
.footerZX12_title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 18px;
}

/* List */
.footerZX12_list {
    padding: 0;
    margin: 0;
}

.footerZX12_list li {
    list-style: none;
    margin-bottom: 10px;
    font-size: 15px;
}

.footerZX12_list li i {
    margin-right: 6px;
    font-size: 12px;
}
.footerZX12_list li a{
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}
/* Contact */
.footerZX12_contact p {
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

/* Social Icons */
.footerZX12_social i {
    font-size: 22px;
    margin-right: 18px;
    cursor: pointer;
}

/* Copyright */
.footerZX12_copy {
    background: #2b2b2b;
    color: #d7d7d7;
    text-align: center;
    padding: 18px 10px;
    font-size: 15px;
}

.footerZX12_copy span{
	width:100%;
	text-align:center;
	display:block;
	padding-top:10px;
	padding-bottom:5px;
	color:#ffff00;}

.footerZX12_copy span a{
	color:#ffff00;
	text-decoration:none;}

.solcail_wrap{
	width:100%;
	display:block;
	margin-top:13px;}

.solcail_wrap a{
	width:40px;
	margin-right:10px;
	display:inline-block;}

.solcail_wrap a img{
	width:100%;}

/* footer end */

/* breadcame start *//* ===== Breadcrumb Section ===== */
.breadcame_section{
    background: #F3F4F8;
    padding: 13px 0;
    margin-top: 100px;
}

/* Container ke andar breadcrumb */
.breadcame_section .container{
    display: flex;
    align-items: center;
}

/* LI reset */
.breadcame_section li{
    list-style: none;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    color: #666;
}

/* Home link */
.breadcame_section li a{
    color: #333;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.breadcame_section li a:hover{
    color: #000; /* tumhara preferred color */
}

/* Arrow icon */
.breadcame_section li i{
    font-size: 12px;
    color: #999;
}

/* Current page */
.breadcame_section li span{
    color: #1A518A;
    font-weight: 400;
}

/* Mobile spacing */
@media (max-width: 768px){
    .breadcame_section{
        padding: 10px 0;
    }

    .breadcame_section li{
        font-size: 13px;
        flex-wrap: wrap;
    }
}
/* breadcame end */

/* ===== ABOUT SECTION ===== */
.about_section12{
    padding: 60px 0;
    background: #ffffff;
}

/* MAIN BOX */
.about_box12{
    animation: fadeUp12 0.9s ease forwards;
}

/* TITLE */
.about_title12{
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 18px;
    color: #222;
}

.about_title12 span{
    color: #1A518A;
}
.ab_imgbg123{
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    object-fit: cover;
    width: 100%;
    margin-bottom: 20px;
}
/* DESCRIPTION */
.about_desc12{
font-size: 16px;
    line-height: 26px;
    color: #242424;
    margin-bottom: 14px;
}

/* SUB TITLE */
.about_subtitle12{
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 28px;
    font-weight: 600;
    color: #222;
}

/* PROFILE BOX */
.content_boxall{

    overflow: hidden;
}

/* ROW */
.profile_row12{
    display: flex;
    padding: 12px 15px;
    background: #E8E9EE;
}
.profile_row12 .profile_label12{
    color: #1c538b;
}
.profile_row12:nth-child(even) .profile_label12{
    color: #000;
}
.profile_row12:nth-child(even){
    background: #ffffff;
}

/* LABEL */
.profile_label12{
    width: 25%;
    font-weight: 500;
    font-size: 17px;
    color: #1c1c1c;
}

/* VALUE */
.profile_value12{
width: 75%;
    font-size: 16px;
    color: #212121;
    line-height: 1.6;
}
/* PROJECT IMAGE GRID */
.project_img_grid12{
    display: grid;
    grid-template-columns: repeat(6, 1fr); /* Desktop */
    gap: 16px;
    padding: 0;
    margin: 10px 0px 0px 0px;
    list-style: none;
}

/* ITEM */
.project_img_grid12 li{
    overflow: hidden;
    background: #f5f5f5;
}

/* IMAGE */
.project_img_grid12 li img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.setjk654{
	top: -90px;
    position: relative;
    left: 100px;}

/* HOVER EFFECT */
.project_img_grid12 li:hover img{
    transform: scale(1.08);
}

/* ===== TABLET VIEW ===== */
@media (max-width: 991px){
    .project_img_grid12{
        grid-template-columns: repeat(4, 1fr);
    }
}

/* ===== MOBILE VIEW ===== */
@media (max-width: 575px){
    .project_img_grid12{
        grid-template-columns: repeat(2, 1fr);
    }
}


/* ANIMATION */
@keyframes fadeUp12{
    from{
        opacity: 0;
        transform: translateY(25px);
    }
    to{
        opacity: 1;
        transform: translateY(0);
    }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px){

    .about_title12{
        font-size: 26px;
    }

    .profile_row12{
        flex-direction: column;
        gap: 6px;
    }

    .profile_label12,
    .profile_value12{
        width: 100%;
    }

}

/* partners page css start */

/* ===== PARTNERS SECTION ===== */
.partners_section123{
    padding: 50px 0;
    background: #ffffff;
}

/* COLUMN CARD STYLE */
.partners_section123 .col-lg-2{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 30px;
    text-align: center;
}

/* LOGO IMAGE */
.partners_section123 img{
    max-width: 86%;
    object-fit: contain;
    transition: all 0.3s ease;
}

/* IMAGE HOVER */
.partners_section123 img:hover{
    opacity: 1;
    transform: scale(1.05);
}

/* WEBSITE LINK */
.partners_section123 a{
    font-size: 16px;
	padding:15px;
    color: #000; /* current website color */
    text-decoration: none;
    word-break: break-all;
    transition: color 0.3s ease;
}

/* LINK HOVER */
.df15{
	background-position:center bottom !important;}

.adrt15{
	padding-top: 200px !important;}
	
.banner_wrap{
	max-width: 1380px;
    display: block;
    height: 580px;
    position: relative;
    text-align: right;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 1380px auto;
    margin: 100px auto 0px auto;}

.all_header_style1 .hdr786_menu a i{
	margin-left: 6px;}

.banner_wrap h4{
	font-size:40px;}

.feature_wrap{
	width:100%;
	display:block;
	padding:50px 0px 50px 0px;
	position:relative;}

.feature_wrap h4{
	font-size:28px;
	color:#1A518A;
	padding-top:35px;
	font-weight:500;}

.feature_wrap h5{
	font-size:25px;
	color:#000;
	font-weight:500;}

.feature_wrap p{
	font-size:16px;
	color:#000;
	line-height:25px;}

.banner_wrap h5{
    display: inline-block;
    color: #fff;
    background-color: #2e75b6;
    padding: 5px 15px;
    font-size: 25px;
    border-radius: 7px;
	margin-right:10px;
    line-height: 32px;}

.banner_wrap h4{
	color:#ffff01;}

.img154 img{
	width:100%;}

.feature_wrap2{
	width:100%;
	display:block;
	background-color:#F9F9F9;
	padding:50px 0px;
	position:relative;}

.feature_wrap2 h4{
	font-size:30px;
	color:#1A518A;
	font-weight:500;
	margin-bottom:20px;}

.feature_wrap2 ul li{
	color:#000;
	margin-bottom:3px;}

.pdf_wrap15{
	text-align:center;
	margin:40px 0px 0px 0px;}

.pdf_wrap15 h4{
	color:#000;
	font-size:27px;
	 margin-bottom:15px;}

.pdf_wrap15 i{
	margin-left:25px;}

.pdf_wrap15 a{
	width:550px;
	background-color:#4f81bd;
		padding:12px 30px;
	color:#fff;
	text-align:left;
	border-radius:10px;
	font-size:16px;
	text-transform:uppercase;
	display:inline-block;
	text-decoration:none;}

.pdf_wrap15 a span{
	float:right;
	margin-right:100px;}

.add_ne15{
	    align-items: center;
    display: flex;}

.drt15{
    text-align: right !important;
    padding-right: 80px;
    padding-top: 386px !important;}

body .ft19 h4{
	padding-left:2px !important;}

.drt15 h5{
	margin-left:-35px !important;}
	

.ader145{
	text-align: left !important;
    padding-top: 360px !important;
    padding-left: 110px !important;}

.ader145 h4{
	padding-left:40px !important;}

.sup{
	width:100%;
	display:block;
	padding-left:25px;}

.sup ul{
	padding:0px 0px 0px 20px;
	margin:10px 0px 0px 0px;}

.sup ul li{
    margin-bottom: 3px;
    font-size: 16px;}
	
.sup ul li::marker {
  color: #000;}	
 
.padrt15{
	padding-right: 34px;}

.rft15{
	padding-right:55px !important;}

.pa1578{
	margin-right:40px !important;}

.bh1{
	background-color:#b4c6e7;
	border-left:solid 1px #353b44;
	border-top:solid 1px #353b44;
	border-bottom:solid 1px #353b44;
	padding:3px 5px;
	width:178px;}

.bh2{
	background-color:#b4c6e7;
	border-left:solid 1px #353b44;
	border-top:solid 1px #353b44;
	border-bottom:solid 1px #353b44;
	padding:3px 5px;
	color:#000;
	font-size:16px;
	font-weight:600;
	text-align:center;}

.bh3{
	background-color:#b4c6e7;
	border:solid 1px #353b44;
	padding:3px 5px;
	color:#000;
	font-size:16px;
	font-weight:500;
	text-align:center;}

.bh5{
	background-color:#fff;
	border-left:solid 1px #353b44;
	border-top:solid 1px #353b44;
	color:#000;
	font-size:15px;
	border-bottom:solid 1px #353b44;
	padding:3px 10px;}

.bh55{
	background-color:#fff;
	border-left:solid 1px #353b44;
	border-top:solid 1px #353b44;
	color:#000;
	font-size:15px;
	border-bottom:solid 1px #353b44;
	padding:10px 10px;}

.bh6{
	background-color:#fff;
	border-left:solid 1px #353b44;
	border-top:solid 1px #353b44;
	border-bottom:solid 1px #353b44;
	padding:3px 5px;
	color:#000;
	font-size:15px;
	text-align:center;}

.bh7{
	background-color:#fff;
	border:solid 1px #353b44;
	padding:3px 5px;
	color:#000;
	font-size:15px;
	text-align:center;}

.bh77{
	background-color:#4472c4;
	border:solid 1px #353b44;
	padding:10px 5px;
	color:#fff;
	font-size:15px;
	text-align:center;}

.vhg55{
	text-align:center;}

.adfg15{
	width:100%;}

.sup h5 {
	font-size: 19px;
    color: #000;
    font-weight: 500;
    margin-bottom: 28px;}

.adet156{
	text-align:center;
	margin-top:28px;}

.adet156 img{
	max-width:100%;
	 border:solid 1px #ccc;}

.adet156 h3{
	font-size:22px;
	margin:20px 0px 10px 0px;}

.add_po5{
	text-align:center;
	font-size:22px;}

.add_po5 a{
	color:#1A518A;}

.arf_t11{
	width:100%;
	display:block;
	padding-top:410px;}

.feature_wrap255{
	width:100%;
	display:block;
	background-color:#fff;
	padding:50px 0px;
	position:relative;}

.feature_wrap255 h4{
	font-size:27px;
	color:#000;
	font-weight:500;
	margin-bottom:15px;}

.feature_wrap255 ul li{
	color:#000;
	margin-bottom:3px;}

.adfrt15{
    font-size: 24px !important;
    font-weight: 400 !important;
    margin-bottom: 12px !important;}

.adfrt16{
    font-size: 24px !important;
    font-weight: 400 !important;
    margin-bottom: 12px !important;}

.adfrt17{
    font-size: 24px !important;
    font-weight: 400 !important;
    margin-bottom: 12px !important;}

.ngjy15{
	margin:-38px 0px 0px 220px !important;}
	
.video566 iframe{
	border-radius:20px;}

.video566 h5{
	font-size:15.5px;
	padding:7px 0px 32px 0px}

.add_new1567{
	max-width:930px;
}

.add_img_v15{
	width:100%;
	height:350px;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;}
	
.more-text {
    display: none;}	

.new_en5{
	margin-bottom:20px;}

.new_en5 h4{
	font-size:16px;
	margin-bottom:10px;
	color:#2e75b6;
	padding-top:7px !important;}

.new_en5 img{
	width:100%;
	margin-bottom:20px;
    border-radius: 10px;}

.new_en5 h5{
	font-size:27px;
	margin-bottom:12px;
    padding:0px !important;
}

.new_en5 p{
	font-size:16px;
	line-height:27px;}

.adrt15{
	color:#1A518A !important;
	text-decoration:none !important;}

.adrt15:hover{
	text-decoration:underline !important;}
	
body .col-md-12 .arf_t11.adrt15:hover{
	text-decoration:none !important;}	

.adert15{
	font-weight:600;
	color:#000;
	font-size:17px;
	cursor:pointer;
	text-decoration:none;}

.pdf_wrap1115{
	width:100%;
	display:block;
	margin-top:-63px;
	text-align:center;}
	
.pdf_wrap1115 a{
	background-color:#4f81bd;
		padding:15px 60px;
	color:#fff;
	text-align:left;
	border-radius:10px;
	font-size:16px;
	text-transform:uppercase;
	display:inline-block;
	text-decoration:none;}

.medic_wrap{
    position: fixed;
    right: 0px;
    top: 40%;
    background-color:transparent;
    width: 60px;
    height: 115px;
    border-radius: 10px 0px 0px 10px;
    padding: 11px 0px 11px 13px;}	

.mjk15{
    background-color: #fbc204;
    height: 40px;
    width: 40px;
    color: #fff;
    font-size: 20px;
    display: block;
	margin-bottom:10px;
    border-radius: 100%;
    text-align: center;
    line-height: 41px;}

.mjk16{
    background-color: #4fad52;
    height: 40px;
    width: 40px;
    color: #fff;
    font-size: 23px;
    display: block;
    border-radius: 100%;
    text-align: center;
    line-height: 41px;}

.arf_t111789{
	width: 340px;
    display: block;
    padding-top: 270px;}

.arf_t111789 h4{
	text-align:left !important;}

body .arf_t111789 h5{
	margin-right:78px !important;}	



/* RESPONSIVE */
@media (max-width: 768px){
    .partners_section123{
        padding: 35px 0;
    }

    .partners_section123 img{
        max-height: 60px;
    }

    .partners_section123 a{
        font-size: 12px;
    }
}

/* partners page css end */

/* Read More Toggle */
.about_desc12 {
  font-size: 16px;
  line-height: 1.7;
}

.about_desc12 .more-text {
  display: none;
}

.about_desc12 .read-toggle {
    color: #000;
    font-weight: 600;
    cursor: pointer;
    margin-left: 0px;
}

.about_desc12 .read-toggle:hover {
  text-decoration: none;
}
/* product sec start */

.profile_value12 p a{
    color:#1A518A;
}

/* contact page css start */
.contact_section12 {
  padding: 50px 0;
  background: #fff;
}

/* LEFT */
.contact_left12 h3,
.contact_form12 h3 {
  font-weight: 600;
  margin-bottom: 10px;
}

.contact_info12 {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact_info12 li {
  display: flex;
  gap: 12px;
  margin-bottom: 14px;
  font-size: 15px;
  line-height: 1.6;
}

.contact_info12 span {
  font-size: 16px;
}
.contact_left12 .cont_fotter{
    padding-right: 50px;
}
.contact_left12 .cont_fotter a{
color: #000;
}
/* SOCIAL */
.social_wrap12 {
  display: flex;
  gap: 12px;
  margin-top: 25px;
}
.social_wrap12 img{
      width: 42px;
  height: 42px;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s ease;
}

/* RIGHT FORM */
.contact_form12 {
  background: #f3f3f3;
  padding: 30px;
  border-radius: 6px;
}

.contact_form12 input,
.contact_form12 textarea {
  width: 100%;
  border: none;
  background: #fff;
  padding: 10px 12px;
  margin-bottom: 12px;
  font-size: 14px;
  border-radius: 4px;
  transition: 0.3s;
}

.contact_form12 textarea {
  min-height: 100px;
  resize: none;
}

.contact_form12 input:focus,
.contact_form12 textarea:focus {
  outline: none;
  background: #fff;
  box-shadow: 0 0 0 2px #1A518A;
}

.contact_form12 button {
  width: 120px;
  border: none;
  background: #1A518A;
  padding: 8px 0;
  font-weight: 600;
  border-radius: 4px;
  transition: 0.3s;
  color: #fff;
}

.contact_form12 button:hover {
  background: #1A518A;
  color: #fff;
}
/* contact page css end */








/* video pagination */

.video566 {
  display: none;
  animation: fadeSlide 0.5s ease forwards;
}

@keyframes fadeSlide {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


    .video_only_pagination{
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

/* Pagination Layout */
.video_pagination_list{
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 12px;
}

/* Pagination Item */
.video_pagination_list .page-item a{
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid #4f81bd;
  color: #4f81bd;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.35s ease;
}
.video_pagination_list .page-item a i{
    font-size: 20px;
}
/* Hover Animation */
.video_pagination_list .page-item a:hover{
  background: #4f81bd;
  color: #fff;
  box-shadow: 0 6px 15px rgba(55, 121, 175, 0.25);
}

/* Active Page */
.video_pagination_list .page-item.active a{
  background: #4f81bd;
  color: #fff;
}

/* Disabled */
.video_pagination_list .page-item.disabled a{
  opacity: 0.4;
  pointer-events: none;
}

.njkip156{
	    border-radius: 7px !important;
    padding: 7px 35px !important;
    font-weight: 600 !important;}

/* Mobile Responsive */
@media(max-width:576px){
  .video_pagination_list{
    gap: 8px;
  }
  .video_pagination_list .page-item a{
    width: 36px;
    height: 36px;
    font-size: 14px;
  }
}
/* video pagination end */