/* CSS Document */


.enquiry2 {
    position: fixed;
    right: 0px;
    top: 215px;
    z-index: 9999999999;

}



/* whatweoffer */
#sidebar2 ul li {
    padding: 0em;
}

#sidebar2 ul li {
    color: #000;
    font-weight: bold;
    list-style-type: disc;
    line-height: 2em;
    font-size: 1.1em;
}

#sidebar2 ul li a {
    color: #000 !important;
    font-weight: bold;

}


#sidebar2 h2 {
    padding: 1em;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 2px solid #000;
    color: #000000;
}

#sidebar2 {
    width: 359px;
    height: 680px;
    overflow: scroll;
    z-index: 9999999999;
    background: #FFFFFF;
    border-right: 3px solid #ffffff;
    border-radius: 7px;
    padding: 0 20px;
    transition: all 0.5s;
    display: none;
    font-size: 15px;
}


.site_map {
    right: -29px;
    background: #ff5e14;
    ;
    width: 106px;
    border-radius: 5PX;
    padding: 9px 0px 7px 14px;
    transform: rotate(90deg);
    position: absolute;
    z-index: 9999999999;
    top: 3%;
    text-decoration: none;
    box-shadow: 1px 1px 5px #000;
    font-size: 20px;
    visibility: hidden;

}

.site_map a {
    color: #fff;
    font-weight: bold;
}


.footerul>div>ul>li {
    list-style-type: circle;
    color: #011835;
}

.footerul {
    display: block;
}

.whatweoffer {
    left: -69px;
    background: #ff5e14;
    width: 180px;
    border-radius: 5PX;
    padding: 9px 0px 7px 4px;
    transform: rotate(-90deg);
    position: absolute;
    z-index: 9999999999;
    top: 3%;
    text-decoration: none;
    box-shadow: 1px 1px 5px #000;
    font-size: 20px;
    visibility: hidden;

}

.whatweoffer a {
    color: #fff;
    font-weight: bold;
}

.sitemenu1 li {
    margin-left: 6em;
    line-height: 35px;
    font-size: 15px !important;
    list-style: square !important;
}

.sitemenu li {
    margin-left: 4em;
    line-height: 35px;
    font-size: 18px;
    list-style: disc;
    color: #000;

}

.sitemenu li a {
    color: #000;
    text-decoration: none;
    color: #000;
    text-decoration: none;
}

.sitemenu {
    display: flex;

    padding: 0;
}



.footer2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #ff5e14;
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;
}

.footer2 a {
    color: #000000;
    font-weight: bolder;
    margin-right: 80px;
}

.main-title {
    color: #920b10 !important;
}

.itologyLink:hover {
    color: #000;
}

.pdf2 {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 2px solid black;
    height: auto;
    width: 100%;
    margin: 20px;

}

.list1 {
    color: black;
}

.key-list {
    margin-left: 100px;
}

.main-keywords {
    margin-left: 50px;
}

.vid {
    margin-left: 400px;
    margin-top: 50px;
}

.img-fluid {
    max-width: 100%;
    height: auto;
    /* padding:10px 90px 100px 330px ; */
}

.head-presentation {
    margin-left: 380px;
    margin-top: 50px;
}

.head-blog {
    margin-left: 500px;
    margin-top: 50px;
}

/* .heading2{
    margin-top: 50px;
} */
.heading2 {
    color: #ff5e14;
    text-transform: none;
    text-align: center;
    font-size: 33px;
}

.list {
    padding: 0px 0px 0px 400px;
    font-weight: bolder;

}

ul li a:hover {
    color: #000;

}

.text-justify {
    text-align: justify;
}

.heading2 {
    color: #ff5e14;
    text-transform: none;
    text-align: center;
    font-size: 33px;
    list-style-type: disc;

}

.list {
    padding: 0px 0px 0px 100px;
    font-weight: bolder;

}

ul li a:hover {
    color: #011835;

}

#menu-item-15 ul {

    font-weight: bolder;
    list-style-type: square;


}

#menu-item-15 {
    font-weight: bolder;
}

#menu-item-16 {
    list-style-type: disc;
    padding: 0px 0px 0px 400px;
}

.w-100 {
    width: 100%;
}

/* .row {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
} */

/* .row .key-info {
    width: 50%;
} */

.image-seo {
    top: 0 !important;
    margin: 50px
}

/* .text-center {
    padding-left: 500px;
} */



/* 🖥 Extra Large Screens (1400px and above) */
@media (min-width: 1400px) {
    .social ul {
        padding-left: 0 !important;
        justify-content: flex-end;
    }
}

/* 💻 Large Desktop (1200px – 1399px) */
@media (min-width: 1200px) and (max-width: 1399px) {
    .social ul {
        padding-left: 800px !important;
        justify-content: flex-end;
    }
}

/* 💻 Laptop / Small Desktop (992px – 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
    .social ul {
        padding-left: 650px !important;
        justify-content: flex-end;
    }
}

/* 📱 Tablet (768px – 991px) */
@media (min-width: 768px) and (max-width: 991px) {
    .social ul {
        padding-left: 400px !important;
        justify-content: center;
    }
}

/* 📱 Large Mobile (576px – 767px) */
@media (min-width: 576px) and (max-width: 767px) {
    .social ul {
        padding-left: 0 !important;
        justify-content: center;
    }
}

/* 📱 Small Mobile (Up to 575px) */
@media (max-width: 575px) {
    .social ul {
        padding-left: 0 !important;
        justify-content: center;
    }
}


/* Center the entire section */
.elementor-element-19343679 {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 100vh !important;
}

/* Center content within the row */
.elementor-element-19343679 .row {
    align-items: center !important;
    min-height: 100vh !important;
}




/* === CERTIFICATION ICON FIX === */
.elementor-image-carousel .swiper-slide,
.certification-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* Icon container */
.certification-item i,
.elementor-icon {
    font-size: 48px !important;
    /* uniform icon size */
    line-height: 1;
    margin-bottom: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Text under icon */
.certification-item span,
.certification-item p,
.elementor-heading-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    margin: 0;
}

/* Equal spacing between items */
.elementor-image-carousel .swiper-slide {
    padding: 20px 10px;
}

/* Fix mobile stacking */
@media (max-width: 768px) {
    .elementor-image-carousel .swiper-wrapper {
        align-items: center;
    }
}



.running-projects-table-wrapper {
    width: 100%;
    overflow-x: auto;
    margin-top: 20px;
}

.running-projects-table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
    font-size: 15px;
}

.running-projects-table th {
    background: #0077B6;
    color: #ffffff;
    padding: 12px;
    text-align: left;
    font-weight: 600;
}

.running-projects-table td {
    padding: 10px 12px;
    border-bottom: 1px solid #e5e5e5;
}

.running-projects-table tr:nth-child(even) {
    background: #f8f9fa;
}

.running-projects-table tr:hover {
    background: #eef6fb;
    transition: 0.3s;
}

.running-projects-heading {
    text-align: center;
    margin-bottom: 20px;
    font-size: 32px;
    font-weight: 600;
    color: #222;
}



body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #f4f4f4;
}

.qa-main-wrapper {
    max-width: 1200px;
    margin: 40px auto;
    background: #ffffff;
    padding: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.qa-top-material {
    font-size: 14px;
    color: #333;
    margin-bottom: 25px;
}

.qa-two-panel {
    display: flex;
    gap: 40px;
}

.qa-left-panel,
.qa-right-panel {
    width: 50%;
}

.qa-heading {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #000;
}

.qa-subheading {
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0 10px;
}

.qa-list {
    padding-left: 20px;
    margin: 0;
}

.qa-list li {
    font-size: 15px;
    margin-bottom: 8px;
    line-height: 1.6;
}

.qa-sub-list {
    padding-left: 20px;
    margin-top: 8px;
}

.qa-note {
    font-size: 14px;
    margin: 15px 0;
    line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
    .qa-two-panel {
        flex-direction: column;
    }

    .qa-left-panel,
    .qa-right-panel {
        width: 100%;
    }
}

.image-section {
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-card {
    max-width: 900px;
    /* Image size control */
    width: 100%;
    background: #ffffff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.image-card img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 6px;
}

/* ======================
CONTAINER
====================== */
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

/* ======================
ROW
====================== */
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

/* ======================
COLUMN BASE
====================== */
[class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
}

/* ======================
DEFAULT (XS)
====================== */
.col-1 {
    flex: 0 0 8.333%;
    max-width: 8.333%;
}

.col-2 {
    flex: 0 0 16.666%;
    max-width: 16.666%;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    flex: 0 0 33.333%;
    max-width: 33.333%;
}

.col-5 {
    flex: 0 0 41.666%;
    max-width: 41.666%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    flex: 0 0 58.333%;
    max-width: 58.333%;
}

.col-8 {
    flex: 0 0 66.666%;
    max-width: 66.666%;
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    flex: 0 0 83.333%;
    max-width: 83.333%;
}

.col-11 {
    flex: 0 0 91.666%;
    max-width: 91.666%;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

/* ======================
SMALL (≥576px)
====================== */
@media (min-width: 576px) {
    .col-sm-1 {
        flex: 0 0 8.333%;
        max-width: 8.333%;
    }

    .col-sm-2 {
        flex: 0 0 16.666%;
        max-width: 16.666%;
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }

    .col-sm-5 {
        flex: 0 0 41.666%;
        max-width: 41.666%;
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        flex: 0 0 58.333%;
        max-width: 58.333%;
    }

    .col-sm-8 {
        flex: 0 0 66.666%;
        max-width: 66.666%;
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        flex: 0 0 83.333%;
        max-width: 83.333%;
    }

    .col-sm-11 {
        flex: 0 0 91.666%;
        max-width: 91.666%;
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* ======================
MEDIUM (≥768px)
====================== */
@media (min-width: 769px) {
    .col-md-1 {
        flex: 0 0 8.333%;
        max-width: 8.333%;
    }

    .col-md-2 {
        flex: 0 0 16.666%;
        max-width: 16.666%;
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }

    .col-md-5 {
        flex: 0 0 41.666%;
        max-width: 41.666%;
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        flex: 0 0 58.333%;
        max-width: 58.333%;
    }

    .col-md-8 {
        flex: 0 0 66.666%;
        max-width: 66.666%;
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        flex: 0 0 83.333%;
        max-width: 83.333%;
    }

    .col-md-11 {
        flex: 0 0 91.666%;
        max-width: 91.666%;
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* ======================
LARGE (≥992px)
====================== */
@media (min-width: 992px) {
    .col-lg-1 {
        flex: 0 0 8.333%;
        max-width: 8.333%;
    }

    .col-lg-2 {
        flex: 0 0 16.666%;
        max-width: 16.666%;
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }

    .col-lg-5 {
        flex: 0 0 41.666%;
        max-width: 41.666%;
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 58.333%;
        max-width: 58.333%;
    }

    .col-lg-8 {
        flex: 0 0 66.666%;
        max-width: 66.666%;
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 83.333%;
        max-width: 83.333%;
    }

    .col-lg-11 {
        flex: 0 0 91.666%;
        max-width: 91.666%;
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* ======================
XL (≥1200px)
====================== */
@media (min-width: 1200px) {
    .col-xl-1 {
        flex: 0 0 8.333%;
        max-width: 8.333%;
    }

    .col-xl-2 {
        flex: 0 0 16.666%;
        max-width: 16.666%;
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }

    .col-xl-5 {
        flex: 0 0 41.666%;
        max-width: 41.666%;
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        flex: 0 0 58.333%;
        max-width: 58.333%;
    }

    .col-xl-8 {
        flex: 0 0 66.666%;
        max-width: 66.666%;
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        flex: 0 0 83.333%;
        max-width: 83.333%;
    }

    .col-xl-11 {
        flex: 0 0 91.666%;
        max-width: 91.666%;
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .col-xl-2 {
        flex: 0 0 16.666%;
        max-width: 16.666%;
    }

    .col-xl-4 {
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
}

.text-center {

    display: flex;
    align-items: center;
    justify-content: center;
}

/* Enable flex */
.d-flex {
    display: flex;
}

/* Justify Content Classes */
.justify-content-start {
    justify-content: flex-start;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-end {
    justify-content: flex-end;
}

.justify-content-between {
    justify-content: space-between;
}

.justify-content-around {
    justify-content: space-around;
}

.justify-content-evenly {
    justify-content: space-evenly;
}

/* Small (≥576px) */
@media (min-width: 576px) {
    .justify-content-sm-start {
        justify-content: flex-start;
    }

    .justify-content-sm-center {
        justify-content: center;
    }

    .justify-content-sm-end {
        justify-content: flex-end;
    }

    .justify-content-sm-between {
        justify-content: space-between;
    }

    .justify-content-sm-around {
        justify-content: space-around;
    }

    .justify-content-sm-evenly {
        justify-content: space-evenly;
    }
}

/* Medium (≥768px) */
@media (min-width: 768px) {
    .justify-content-md-start {
        justify-content: flex-start;
    }

    .justify-content-md-center {
        justify-content: center;
    }

    .justify-content-md-end {
        justify-content: flex-end;
    }

    .justify-content-md-between {
        justify-content: space-between;
    }

    .justify-content-md-around {
        justify-content: space-around;
    }

    .justify-content-md-evenly {
        justify-content: space-evenly;
    }
}

/* Large (≥992px) */
@media (min-width: 992px) {
    .justify-content-lg-start {
        justify-content: flex-start;
    }

    .justify-content-lg-center {
        justify-content: center;
    }

    .justify-content-lg-end {
        justify-content: flex-end;
    }

    .justify-content-lg-between {
        justify-content: space-between;
    }

    .justify-content-lg-around {
        justify-content: space-around;
    }

    .justify-content-lg-evenly {
        justify-content: space-evenly;
    }
}

/* Extra Large (≥1200px) */
@media (min-width: 1200px) {
    .justify-content-xl-start {
        justify-content: flex-start;
    }

    .justify-content-xl-center {
        justify-content: center;
    }

    .justify-content-xl-end {
        justify-content: flex-end;
    }

    .justify-content-xl-between {
        justify-content: space-between;
    }

    .justify-content-xl-around {
        justify-content: space-around;
    }

    .justify-content-xl-evenly {
        justify-content: space-evenly;
    }
}

/* Text alignment base classes */
.text-start {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-end {
    text-align: right;
}

/* Optional (useful in some layouts) */
.text-justify {
    text-align: justify;
}

/* Flex container helper */
.d-flex {
    display: flex;
}

/* Align items (vertical alignment in flex) */
.align-items-start {
    align-items: flex-start;
}

.align-items-center {
    align-items: center;
}

.align-items-end {
    align-items: flex-end;
}

.align-items-stretch {
    align-items: stretch;
}

.align-items-baseline {
    align-items: baseline;
}